Debugging your ZF application with Firebug
Sunday, 08 February 2009
Debugging your application using Firebug can be a handy substitute for using Zend_Debug::dump().
In this tutorial we are going to show you, how you can create an action helper for dumping your php variables to Firebug's console.
View solution now by giving credit to author
Last Updated ( Sunday, 29 March 2009 )
Add comment