Using FirePHP within In-Portal

1 view
Skip to first unread message

Alexander Obuhovich

unread,
May 29, 2012, 9:12:59 AM5/29/12
to In-Portal Development
FirePHP ( http://www.firephp.org/ ) is a Firebug ( http://getfirebug.com/ ) plugin, that allows to display info in Firebug console right from PHP script without a need to debug.

Could be quite useful on ajax-rich website when you want to see how a specific sql looks like without a need to debug each one of them in Zend Studio/PhpStorm.

Just type $this->Application->Debugger->firePHP()->log( ... ); or call any other FirePHP class functions.

firephp_debugger_support.patch
Reply all
Reply to author
Forward
0 new messages