Example #1
0
 public function init()
 {
     if (self::$_inited === false) {
         self::$_inited = true;
         $this->view->config = Zend_Registry::get('config');
         Zend_Controller_Action_HelperBroker::addHelper(new Admin_Controller_Action_Helper_ReturnUrl());
         $this->view->doctype(Zend_View_Helper_Doctype::XHTML5);
         $this->view->headTitle('yadda. - Admin');
         $this->view->headMeta()->appendHttpEquiv('Content-Type', 'text/html; charset=utf-8');
         $this->view->headLink()->appendStylesheet('/css/admin.css');
     }
 }
Example #2
0
 public function init()
 {
     parent::init();
     /* Initialize action controller here */
 }
Example #3
0
 public function init()
 {
     parent::init();
 }