News Feed
Jobs Feed
Sections




News Archive
Maggie Nelson's Blog:
Beyond Error Logs
December 19, 2008 @ 09:34:30

In a new post to her blog Maggie Nelson points out the importance of error logs and a handy tool Zend Framework developers can use to make FirePHP even more useful.

The error log is a standard development support tool. It will help you find problems with your application. When developing, I take extra care to make sure that the error log is clean - this includes warnings and notices as well. When your application gets deployed, you can then depend on the error logs to accurately report any issues. [...] On a recent project, my coworker Matt Purdon wrote a pretty awesome debug console that leverages FirePHP support in Zend Framework to log a lot of information about what the application is doing directly to the Firebug console.

The end result is a console that lets you track things like session variables, memcached information and queries executed in the request (with explain plans). You can see a screenshot here.

0 comments voice your opinion now!
error log firephp firebug console zendframework session memcached query


blog comments powered by Disqus

Similar Posts

Bas de Nooijer's Blog: Controlling Varnish ESI inside your application

Matthew Weier O'Phinney's Blog: Proper Layer files when using Dojo with Zend Framework

Zend Developer Zone: Deleting indexes from Zend_Registry and why you shouldn't do it !

Matthew Weier O'Phinney's Blog: Using dijit.Editor with Zend Framework

Ade Slade's Blog: Integrating Zend Framework 1 and Pimple


Community Events









Don't see your event here?
Let us know!


event composer functional zendframework2 api code tool conference introduction podcast framework testing opinion object interview community example release development language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework