亚洲无码精品在线播放_久久久久五月丁香国内精品_777午夜精品免费观看_一日本道久久久精品国产

route Error

16.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
17.      
18.      
19.      
20.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
21.          syError('route Error');
22.          exit;
23.          
24.      }
25.      $handle_controller->$__action();
26.      
16. 
17.      $yitongConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$yitongConfig['ext']['view_themes'];
18.      
19.      require(YITONG_PATH."/sys.php");
20.      
21.      spRun();