You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
World Wide Web Server edited this page Jul 4, 2012
·
20 revisions
[h3]Introduction[/h3]
Fire Ignition allows you to see log messages and special messages on the fly, using Mozilla Firefox. Developed using CI 1.5.3. Probably compatible with CI 1.5.x.
/system/application/config/config.php - Config value (fireignition) to enable/disable
/system/application/libraries/Firephp.php - FirePHP Library
/system/application/libraries/MY_Controller.php - Controller extension
/system/application/libraries/MY_Log.php - Log extension
[b]Example[/b]
/system/application/controllers/welcome.php - How to use
[h3]Usage[/h3]
It is necesary to have Firebug + FirePHP installed on your browser.
You have to enable fire_ignition on the config file
$config['fireignition'] = TRUE;
and your controllers needs to extend MY_Controller instead of Controller.
Then, you will have to load the page, open firebug, go to FirePHP console and voilà, you will be facing something like [url=http://codeigniter.com/?ACT=51&fid=53&aid=2383_6moVs5pFqSOYBnclWSc3&board_id=2]this[/url].