Return to Snippet

Revision: 32611
at September 30, 2010 06:13 by TioSolid


Updated Code
echo Mage::getStoreConfig('config/path/in/core_config_data/table');

Revision: 32610
at September 30, 2010 06:12 by TioSolid


Initial Code
echo Mage::getStoreConfig('config/path/in/core_config_data');

Initial URL


Initial Description
Allows you to read any config in the magento database based in its path. The path is defined inside the system.xml file of the module. The table is core_config_data

Initial Title
How to read module config data

Initial Tags
module, magento

Initial Language
PHP