News Feed
Jobs Feed
Sections




News Archive
Henry Hayes' Blog:
Firebug Console.Log for PHP using Zend Framework
June 15, 2011 @ 12:49:27

Henry Hayes has written up a handy post to his blog looking at using FirePHP and Zend_Log_Writer_Firebug to log messages directly to your Firefox's Firebug console.

Due to sloppy programming in the past many PHP error logs can become very clogged up and, unless you use some fancy grep technique, unusable. [...] A project has been around for some time now called FirePHP. This enables us to log messages of various levels of severity to the Firebug console! - Awesome. Just imagine if you are developing an ajax app, you could have all your debug messaging in one place.

He walks you through the steps needed to get the logging up and running - setting up FireBug (if you don't have it already) and FirePHP, editing your Zend Framework bootstrap file to add an _initLogging() method and using it for logging, both in the backend script and on the frontend in the console. He also includes a quick update to the logging method that only logs to the Firebug console if the environment is not production.

0 comments voice your opinion now!
firebug consolelog firephp zendframework logging writer


blog comments powered by Disqus

Similar Posts

Lior Messinger's Blog: 5 Frameworks Every Software Architect Should Consider

Zend Developer Zone: PHP Abstract Podcast Episode 16: Ajax + PHP, End to End Debugging BONUS EPISODE

KillerPHP.com: The Zend Framework: Writing Object-Oriented PHP with Ease

Community News: Zend & Partners Release Simple Cloud API for Zend Framework

Rob Allen's Blog: Zend Framework Book Coming Soon


Community Events











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


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

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