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.

1
  • Take a look at this answer if you are looking for an option to write the profiler output to a log file: [1]:stackoverflow.com/questions/8114988/… Commented Apr 10, 2014 at 20:29

1 Answer 1

0

You can use Zend_Db_Profiler for this task.

Tutorial Zend Framework 1.6 with Profiler and FireBug

Sign up to request clarification or add additional context in comments.

2 Comments

Link is dead now. This is why adding information to answer makes SO better.
Added new link, you are right but currently not enough time

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.