Pablo Viquez has written up a mini-tutorial on getting your Zend Framework application's errors to log out to the Firebug panel (from the extension) with the help of FirePHP and Zend_Log.
refactorPablo Viquez's Blog: Zend_Log, FirePHP and Zend_Application. How...PHPDeveloper.org Mon, 11/30/2009 - 10:33
Pablo Viquez has written up a mini-tutorial on getting your Zend Framework application's errors to log out to the Firebug panel (from the extension) with the help of FirePHP and Zend_Log. Dagfinn Reiersol's Blog: Don't refactor without unit testsPHPDeveloper.org Fri, 09/04/2009 - 12:45
In a (sort of) response to some of the refactoring posts that Brandon Savage has been posting, Dagfinn Reiersol has suggested something that should have been done from the start - write unit tests before you refactor. |