News Feed
Jobs Feed
Sections




News Archive
Developer Tutorials Blog:
Debugging PHP with Firebug and FirePHP
July 21, 2008 @ 12:58:26

The Developer Tutorials blog has a new post covering a very helpful tool when it comes to debugging your sever-side scripts with something light and client-side (but powerful) - the FirePHP project combined with Firebug.

FirePHP is a plugin for Firebug, the web development plugin for Firefox, that allows PHP scripts to talk to a Firebug panel. FirePHP installs alongside Firebug, and provides a simple PHP library to bridge the two. FirePHP provides a window of insight into your PHP applications, with a simple debugging interface that won't interfere with your page content. If you already use Firebug on PHP-powered applications, FirePHP is definitely worth a look.

The FirePHP library installs onto your server and is included, via PHP, into your application. Passing errors back is as simple as using the fb() method to send information out to the Firebug instance waiting on your browser.

0 comments voice your opinion now!
firebug firephp debug tutorial example


blog comments powered by Disqus

Similar Posts

Lars Strojny: Functional programming in PHP

Developer Tutorials: Zend Framework Tutorial

PHPBuilder.com: A Sanity-saving Debugging Solution for Your PHP Development

Sameer Borate's Blog: Using barcodes in your web application

Rob Allen's Blog: Bootstrapping modules in ZF 1.8


Community Events











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


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

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