Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
FirePHP Firefox PHP Extension
Feb 14, 2007 @ 18:04:26

As mentioned on dzone.com, there's an extension for Firefox, FirePHP, that allows you to get a bit more info on what your PHP scripts are up to.

FirePHP allows you to take a deeper look at all the work your PHP code does to generate that page you are currently looking at in your Firefox browser.

Just install the FirePHP Firefox extension, PHP PEAR package and add a few lines of code to your PHP application to get started. You will see a "FirePHP" tab in your Firebug extension to bring your PHP backend logic to your fingertips!

You can check out screenshots of it in action, a demo of its use, and of course, download the latest version all from their site. It works either as a separate window or attached in your browser and, based on an XML capabilities file, works with your application to provide details about your scripts.

tagged: firefox firephp extension monitor request integrate firefox firephp extension monitor request integrate

Link:


Trending Topics: