コード例 #1
0
ファイル: app_error.php プロジェクト: risnandar/testing
 function missingHelperFile($params)
 {
     $this->controller->layout = "default";
     parent::missingHelperFile($params);
 }
コード例 #2
0
 function missingHelperFile($params)
 {
     $this->controller->plugin = basename(dirname(__FILE__));
     $this->controller->layout = 'noswad_error';
     parent::missingHelperFile($params);
 }