16 Oct, 2008
Profiling Database Querys and show it in FireBug Console
Posted by: admin In: PHP| Zend Framework
If you want to profile all of your Database Querys with PHP you can use Zend_DB and the Zend_Db_Profiler_FireBug. Christoph Dorn, the author of FirePHP and the Zend Framework Components of Wildfire and FirePHP, described in a blog post how to do it.
This is how it looks like: