Showing posts with label change config. Show all posts
Showing posts with label change config. Show all posts

2015-10-06

Change magento configuration programmatically

$configModel = Mage::getModel('core/config');
$configModel->saveConfig('path/to/config', 'new value');