Mcloide's resources library

A whole bunch of ideas, concepts, PHP development and so on.

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 even var_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

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>