I reply to myself, 
I use to create a registry resource


    
    protected function _initRegistry(){
      $registry = Zend_Registry::getInstance();
      $config = new Zend_Config($this->getOptions());
      $registry->config = $config;
      return $registry;
    }

then call

$registry = $this->getResource('registry');

where needed
I also use to store config inside registry.


Sergio Rinaudo
_________________________________________________________________
Più di 100 Emoticon gratis per il tuo Messenger!
http://intrattenimento.it.msn.com/emoticon

Reply via email to