Zend_Log, FirePHP and Zend_Application. How to
I wanted to enable logging of exceptions to my PHP log file and also display them using FireBug.
On a standard setup of Zend Framework, the Zend error handler plugin (Zend_Controller_Plugin_ErrorHandler) enable by default and it was designed for:
Errors due to missing controllers or actions
Errors occurring within action controllers
I wanted to keep using the error handler [...]

Follow me on Twitter
RSS