If you've ever had debugging statements decimate a layout, then you need
FirePHP. Like its brother-in-arms
FireBug, FirePHP is a Firefox Add-on designed to help PHP developers cleanly debug code. FirePHP can also me used to debug CakePHP applications with only a few additional lines of code.
- First, download and install the FirePHP add-on for Firefox.
- Then download the FirePHPCore package. Extract FirePHP.class.php to '/app/vendors/FirePHP'.
- Now [Read More]