Drupal:创建节点或创建任何内容类型时如何查看查询

发布于 2024-08-19 07:00:16 字数 257 浏览 7 评论 0原文

我想知道创建内容或创建任何节点时的插入查询。

有什么简单的例子吗?

这样做的主要目的是我想在创建节点时记录条目。

所以我创建了一个历史内容。当用户创建某种类型的内容时,我使用规则和自定义 PHP 将他/她的详细信息插入到表中。

效果很好。我可以在数据库表中看到,但问题是我看不到详细信息。当我为历史表创建视图时,它们不会显示。

当我创建历史内容时,它会显示在视图中。

也许插入内容有一些依赖性,我不知道。

I want to know the insert query when the content is created or any node is created.

What is a simple example for that?

The main purpose of doing this is I want to log the entries when the node is created.

So I have created a history content. When the user creates certain type of content, I have inserted his/her details in to the table by using rules and custom PHP.

It works fine. I can see in the database table but the problem is I can't see the details. When I create a view for the history table, they won't show up.

When I create the history content it displays in the view.

Maybe the inserting into the content have some dependencies, I don't know.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦幻的心爱 2024-08-26 07:00:16

Devel 模块 可用于查看在 Drupal 页面上执行的查询。

The Devel module can be used to see the queries that are executed on a Drupal page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文