Example #1
0
 public function init()
 {
     parent::init();
     $this->conf = Zend_Registry::get('environmentSettings');
 }
Example #2
0
 public function init()
 {
     parent::init();
     $projectsTable = Doctrine::getTable('Projects_Model_Project');
     $this->view->quickSelect = $projectsTable->getArrayListing();
 }