コード例 #1
0
ファイル: BaseController.class.php プロジェクト: noikiy/yg
 protected function error($message = '', $jumpUrl = '', $ajax = false)
 {
     if ('' === $message) {
         $message = '你所访问的页面不存在';
     }
     parent::error($message, $jumpUrl, $ajax);
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
 }