Exemplo n.º 1
0
 /**
  * Overrides Zend_Controller_Action::init()
  *
  * @access public
  * @return void
  */
 public function init()
 {
     // init the parent
     parent::init();
 }
Exemplo n.º 2
0
 /**
  * Overrides init() defined in App_Backoffice_Controller
  * 
  * @access public
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_helper->layout()->setLayout('layout');
 }