Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更改从db_selectDrupal 生成的查询的结构。我想在join()函数中包含一个“FORCE INDEX()”。我看到了关于Drupal Extenders 这里的文档。但我不知道在哪里添加新课程。网上没有更多的例子。请帮忙
db_select
join()
Drupal Extenders