Skip to content

americkson/ash_fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Ash Fire

Ash Fire provides FirePhp debugging for Magento v-1.7.0.2.

FirePHP

FirePHP is Firefox add-on that enables you to log to your Firebug Console, which makes it great debugging tool for any web developer.

FirePhp Official website

Instalation

Simple copy the contents of the app folder to your Magento installation.

Usage

$firephp = Mage::helper('firephp')->getinstance(true);
        
$firephp->warn('This is a warning debug message.'); 

$firephp->info('This is a information debug message.');

$firephp->error('This is a error debug message.');

$firephp->warn($object);

About

Magento debugging tool for Firefox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published