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