开发者

How to enable SQL output to log file with Zend_Db?

开发者 https://www.devze.com 2022-12-31 03:48 出处:网络
I wonder if this possible with Zend_Db, but I am looking for something l开发者_如何学Goike SQL query logging similar to how Hibernate does it, where it shows you what SQL it generates in the log file.

I wonder if this possible with Zend_Db, but I am looking for something l开发者_如何学Goike SQL query logging similar to how Hibernate does it, where it shows you what SQL it generates in the log file.


You can use Zend_Db_Profiler for this task.

Tutorial Zend Framework 1.6 with Profiler and FireBug

0

精彩评论

暂无评论...
验证码 换一张
取 消