$config = new Zend_Config_Xml('../application/config/config.xml', 'staging');
$registry = Zend_Registry::getInstance();
$registry->set('config', $config);
I have this in my bootstrap file.
Let me know thanks.
$config = new Zend_Config_Xml('../application/config/config.xml', 'staging');
$registry = Zend_Registry::getInstance();
$registry->set('config', $config);
I have this in my bootstrap file.
Let me know thanks.