News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


phpunit application release custom conference introduction language framework podcast security test development series interview community unittest opinion extension symfony2 api

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