PHP debugging with FirePHP
Posted: August 31st, 2008 | Author: Ivan Jovanovic | Filed under: php | No Comments »I really like when I stumble upon a creative and useful piece of software that could improve my everyday development process. I remember when I started using FireBug it was great help in the HTML/CSS/JavaScript development and debugging.
I’ve just found out FirePHP, FireBug plugin that enables the developer to send log messages from PHP code to FireBug console. Quite helpfull I can say
It consists of Firefox extension (mentioned FireBug plugin) and small PHP logger that you actually use in your code to communicate with the FireBug console. Logger comes in procedural and object-oriented fashion so if you are striving towards exceptional performance of your PHP app, or just still old-school PHP4 (R.I.P.), then man you have your choice
Otherwise use OO PHP5 logger class. I’ve manage to set the demo, that goes within the PHP library, in a couple of minutes and I’m looking forward for using it in the future.
Thanks guys for great work.
Official FirePHP website
Another cool thing that comes with the FirePHP is its integration posibilities with CakePHP, CodeIgniter, Drupal, ExpressionEngine, Kohana, PRADO, Symfony, TYPO3, Zend Framework. So there is some for anyone.
Add to the conversation on this topic