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 log file.
Asked
Active
Viewed 2,201 times
1
-
Take a look at this answer if you are looking for an option to write the profiler output to a log file: [1]:http://stackoverflow.com/questions/8114988/zend-enable-sql-query-logging/8119913#8119913 – Paulo Apr 10 '14 at 20:29
1 Answers
0
You can use Zend_Db_Profiler for this task.

opHASnoNAME
- 20,224
- 26
- 98
- 143
-
2Link is dead now. This is why adding information to answer makes SO better. – Manwal Sep 28 '15 at 16:58
-