1

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.

Alex N.
  • 14,805
  • 10
  • 46
  • 54
  • 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 Answers1

0

You can use Zend_Db_Profiler for this task.

Tutorial Zend Framework 1.6 with Profiler and FireBug

opHASnoNAME
  • 20,224
  • 26
  • 98
  • 143