route Error
- D:\wwwroot\becot\wwwroot\include\Functions.php on line 15
10.
syClass('sysession');
11.
spLaunch("router_prefilter");
12.
13.
$handle_controller = syClass($__controller, null, $GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
14.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
15.
16.
syError('route Error');
exit;
17.
}
18.
19.
20.
// print_r($handle_controller); exit;
- D:\wwwroot\becot\wwwroot\index.php on line 6
1.
<?php
2.
require("config.php");
3.
$doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
4.
5.
require(DOYO_PATH."/sys.php");
6.
spRun();