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.
谁能向我解释如何在 Drupal 7 块中执行数据库查询?块不是从模块创建的。它由管理员创建。我们在内容编辑器中有一个 PHP 代码过滤器。在那里我必须执行一个查询。
有人给我样品。
在 Drupal 中编写数据库查询的文档和示例在这里:数据库抽象层。
也就是说,不建议使用 PHP 过滤器并在一个块中输入 PHP。它不太安全,维护起来更棘手(没有版本控制!)如果出现问题,则更难以调试。