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

NetTuts.com: Quick Tip: Email Error Logs with PHP

PHPBuilder.com: Tracking User Activity in PHP with Cookies and Sessions

Rob Allen's Blog: Using PDT with Zend Framework Projects

Zend Developer Zone: Episode 39: "Continuous Inspection and Integration of PHP Projects"

3 Engineers Blog: 3 Step Layouts in Zend Framework


Community Events











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


introduction functional framework development example interview community testing language zendframework2 series conference application release tool phpunit podcast code opinion unittest

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