Example #1
0
 public function init()
 {
     parent::init();
     if (!isset($this->_params['user'])) {
         throw new Exception('Page Not Found');
     }
 }
Example #2
0
 public function init()
 {
     parent::init();
     $this->loadLayout('layout/simple');
 }
Example #3
0
 public function init()
 {
     parent::init();
     $this->_helper->viewRenderer->setNoRender();
 }