Zend Framework 1.6 + Firebug + FirePHP = Cool Debug
Posted by mcloide on September 3, 2008
I usually do not post a ping back, but this is so well explained that it’s worthed to take a look at. Christoph Dorn has just written a new post in his blog explaining a very cool debug feature from the new Zend Framework.
Try it Out!
You may be used to debugging your ZF code using
Zend_Debug::dump()or evenvar_dump(). What do you have to loose trying these new components? They offer the big advantage of not dumping your debug data to the page. They allow you to debug applications with intricate designs as well as AJAX request that require clean JSON or XML responses.
Check it out: Christoph Dorn Blog






