route Error
- C:\Inetpub\vhosts\zmhealthcare.com.cn\httpdocsnew\include\Functions.php on line 16
11.
12.
spLaunch("router_prefilter");
13.
//echo $GLOBALS['G_DY']["controller_path"];
14.
$handle_controller = syClass($__controller, null, $GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
15.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
16.
17.
syError('route Error');
exit;
18.
}
19.
20.
// var_dump(222);exit();
21.
$handle_controller->$__action();
- C:\Inetpub\vhosts\zmhealthcare.com.cn\httpdocsnew\index.php on line 5
1.
<?php
2.
require("config.php");
3.
$doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
4.
require(DOYO_PATH."/sys.php");
5.
spRun();