コード例 #1
0
ファイル: ProfileController.php プロジェクト: eryx/labs
 public function init()
 {
     parent::init();
     if (!isset($this->_params['user'])) {
         throw new Exception('Page Not Found');
     }
 }
コード例 #2
0
ファイル: LayoutAdminController.php プロジェクト: eryx/labs
 public function init()
 {
     parent::init();
     $this->loadLayout('layout/simple');
 }
コード例 #3
0
ファイル: IndexController.php プロジェクト: eryx/labs
 public function init()
 {
     parent::init();
     $this->_helper->viewRenderer->setNoRender();
 }