How to enable SQL output to log file with Zend_Db?

前端 未结 1 1892
独厮守ぢ
独厮守ぢ 2021-01-25 11:19

I wonder if this possible with Zend_Db, but I am looking for something like SQL query logging similar to how Hibernate does it, where it shows you what SQL it generates in the l

相关标签:
1条回答
  • 2021-01-25 11:54

    You can use Zend_Db_Profiler for this task.

    Tutorial Zend Framework 1.6 with Profiler and FireBug

    0 讨论(0)
提交回复
热议问题