Getting Zend_Db Firebug Profiler Working with Zend_Application
July 31st, 2009
When developing web applications I normally run into some SQL problems and want to see what the SQL code is doing on the backend. To do this one would normally just print the SQL statement to the screen during execution. However, if you use Zend Framework you are in luck. You can [...]