如何在查询执行之前查找 MySQl 查询类型 Zend 框架

发布于 2024-10-07 11:49:35 字数 210 浏览 8 评论 0原文

我使用 Zend Framework 和 MySQL DB 作为后端。

我想根据 MySQL 服务器上执行的查询类型执行一些操作。

我想在查询执行之前执行这些操作。

所以我的问题是我可以在使用 Zend Framework 执行查询之前找到查询的类型,例如 SELECT 、 UPDATE 、 INSERT 或 DELETE 吗?

非常感谢。

I am using Zend Framework with MySQL DB as backend.

I want to perform some operations depending on the type of query executed on MySQL server.

I want to perform these operations before query execution.

So my question is can I find the type of query before it is executed using Zend Framework e.g. SELECT , UPDATE, INSERT or DELETE ?

Many thanks in advance.

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

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

发布评论

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

评论(1

小鸟爱天空丶 2024-10-14 11:49:35

我认为你应该看看这个类的代码 - Zend_Db_Table_Abstract。

位置 - Zend/Db/Table/Abstract.php

每当我对 Zend Framework 如何执行某些内容产生疑问时,我都会深入框架并检查底层类中执行的代码。

它澄清了我心中的每一个问题。

希望这有帮助。

I think you should look at the code of this class - Zend_Db_Table_Abstract.

Location - Zend/Db/Table/Abstract.php

Whenever I am into doubts about how Zend Framework is executing something, I dig inside the framework and check the code executing in the underlying classes.

Its clears up every question I have in my mind.

Hope this helps.

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