route Error

21. 
22.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
23. 
24.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
25. 
26.          syError('route Error');
27. 
28.          exit;
29. 
30.      }
31. 
5. 
6.  $doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
7. 
8.  require(DOYO_PATH."/sys.php");
9. 
10.  spRun();