Example #1
0
 /**
  * Gather configuration before action handling.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $registry = Zend_Registry::getInstance();
     $config = $registry->get('Zend_Config');
     $this->_configuration = new Oai_Model_Configuration($config);
 }
Example #2
0
 public function init()
 {
     parent::init();
     $this->exportModel = new Export_Model_XmlExport();
 }
Example #3
0
 public function init()
 {
     parent::init();
     $this->log = Zend_Registry::get('Zend_Log');
 }