hi there, sorry I should compile these, when i set a config array from a config xml to a registry entry, is this a persistant registry pointer across pages, ie the xml doesnt get parsed each time ?

$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.

Reply via email to