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();
22.