Debugging a CodeIgniter application with FirePHP


Debugging a CodeIgniter application with FirePHP

FirePHP is an addon for FireBug extension for Firefox browser.

FirePHP extends FireBug functionalities to show log or error messages coming from your PHP application. These messages won’t be printed on the application interface but instead on the FireBug console.

Related Posts