views:

87

answers:

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.

A: 

You can use Zend_Db_Profiler for this task.

Tutorial Zend Db Profiler with Firebug

ArneRie