太阳集团(15·vip认证)官方网站·Maigoo百科

route Error

9.      }
10.      syClass('sysession');
11.      spLaunch("router_prefilter");
12.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"] . '/' $__controller ".php");
13.      if (!is_object($handle_controller) || !method_exists($handle_controller$__action)) {
14.          syError('route Error');
15.          exit;
16.      }
17.      $handle_controller->$__action();
18.      if (false != $GLOBALS['G_DY']['view']['auto_display']) {
19.          $__tplname $__controller $GLOBALS['G_DY']['view']['auto_display_sep'] .
86.      $doyoConfig['ext']['view_themes'] = $_GET['theme'];
87.      setcookie('theme'$doyoConfig['ext']['view_themes']);
88.  }
89.  $doyoConfig['view']['config']['template_dir'] = APP_PATH '/template/' $doyoConfig['ext']['view_themes'];
90.  require DOYO_PATH "/sys.php";
91.  spRun();
XML 地图