av影音先锋最大资源网,亚洲精品一区二区三区四区五区,国产色欲AV精品一区二区,麻豆安全免费网址入口,亚洲AV极品无码专区在线观看

類定義不存在,請檢查。

77.      }
78.  }
79. 
80. 
81.  function syClass($class_name$args null$sdir null$force_inst FALSE){
82.      if(preg_match("/^[a-zA-Z0-9_\-]*$/",$class_name)==0)syError("類定義不存在,請檢查。");
83.      if(TRUE != $force_inst)if(isset($GLOBALS['G_DY']["inst_class"][$class_name]))return $GLOBALS['G_DY']["inst_class"][$class_name];
84.      if(null != $sdir && !import($sdir) && !import($sdir.'/'.$class_name.'.php'))return FALSE;
85.      $has_define FALSE;
86.      if(class_exists($class_namefalse) || interface_exists($class_namefalse)){
87.          $has_define TRUE;
6.          syError('route Error');
7.          exit;
8.      }
9.      syClass('sysession');
10.      spLaunch("router_prefilter");
11.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
12.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
13.          syError('route Error');
14.          exit;
15.      }
16.      $handle_controller->$__action();
76.      $doyoConfig['ext']['view_themes'] = $_GET['theme'];
77.      setcookie('theme'$doyoConfig['ext']['view_themes']);
78.  }
79.  $doyoConfig['view']['config']['template_dir'] = APP_PATH '/template/' $doyoConfig['ext']['view_themes'];
80.  require DOYO_PATH "/sys.php";
81.  spRun();