青草视频在线观看完整版,日韩精品欧美一区二区三区,一本之道无吗一二三区,国产精品视频第一区二区,美女无遮挡图片,艾乐美女图片私房写真,半裸尤物

類定義不存在,請檢查。

156. 
157. 
158. 
159.  function syClass($class_name$args null$sdir null$force_inst FALSE){
160. 
161.      if(preg_match("/^[a-zA-Z0-9_\-]*$/",$class_name)==0)syError("類定義不存在,請檢查。");
162. 
163.      if(TRUE != $force_inst)if(isset($GLOBALS['G_DY']["inst_class"][$class_name]))return $GLOBALS['G_DY']["inst_class"][$class_name];
164. 
165.      if(null != $sdir && !import($sdir) && !import($sdir.'/'.$class_name.'.php'))return FALSE;
166. 
16. 
17.      syClass('sysession');
18. 
19.      spLaunch("router_prefilter");
20. 
21.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
22. 
23.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
24. 
25.          syError('route Error');
26. 
1.  <?php
2.  require("config.php");
3.  $doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
4.  require(DOYO_PATH."/sys.php");
5.  spRun();