Class FirePHP
*
Sends the given data to the FirePHP Firefox Extension.
The data can be displayed in the Firebug Console or in the
"Server" request tab.
* For more information see: http://www.firephp.org/
* @copyright Copyright (C) 2007-2009 Christoph Dorn
@author Christoph Dorn <christoph@christophdorn.com>
@license http://www.opensource.org/licenses/bsd-license.php
@package FirePHP
Vars
Functions
void function __construct()
*
The object constructor
void function exceptionHandler()
*
FirePHP's exception handler
* Logs all exceptions to your firebug console and then stops the script.
* @param Exception $Exception
@throws Exception
|