On 19/03/07, Nick Lo <[EMAIL PROTECTED]> wrote:
Zend_Registry::set('config',$config); Zend_Registry::get('config');http://framework.zend.com/manual/en/zend.registry.html
Zend_Registry::set('config',$config); replaces Zend::register()
Zend_Registry::get('config'); replaces Zend::registry()
Still, I hope Zend::registry() not removed because it exists in all Actions ^^
while Zend::register() only in bootstrap
