$value = Mage::getStoreConfig('path/to/config');
Showing posts with label config. Show all posts
Showing posts with label config. Show all posts
2015-10-15
2014-08-30
Get config in zf 1
From controller:
From other places:
$config = $this->getInvokeArg('bootstrap')->getOptions();then $config is associative array
From other places:
$config = Zend_Controller_Front::getInstance()->getParam('bootstrap')->getOptions();
Subscribe to:
Posts (Atom)