demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

FirePHP Integration #1697

Open demianturner opened 11 years ago

demianturner commented 11 years ago

FirePHP enables you to log to your Firebug Console using a simple PHP method call. All data is sent via response headers and will not interfere with the content on your page. FirePHP is ideally suited for AJAX development where clean JSON and XML responses are required.

'''* Note: Work with PHP 5 only *'''

'''Requirements'''[[BR]] FireFox [[BR]] FireBug add-on https://addons.mozilla.org/en-US/firefox/addon/1843 [[BR]] FirePHP add-on https://addons.mozilla.org/en-US/firefox/addon/6149 [[BR]]

'''Installation'''[[BR]] Get FirePHP Core library http://www.firephp.org/DownloadRelease/FirePHPLibrary-FirePHPCore-0.2.1 [[BR]] Copy the contents of FirePHPCore-0.2.1/lib/ into {seagull}/lib/other

'''Logging Points'''[[BR]] SGL::logMessages()[[BR]] ErrorHandler

demianturner commented 11 years ago

[malber] '''Settings to enable FirePHP logging:'''[[BR]] debug - production = false[[BR]] debug - show errors = true[[BR]] log - type = firephp[[BR]] log - enabled = true[[BR]]