route Error
- /www/wwwroot/www.chinadesigncentre.com/include/Functions.php on line 17
12.
}
13.
syClass('sysession');
14.
spLaunch("router_prefilter");
15.
$handle_controller = syClass($__controller, null, $GLOBALS['G_DY']["controller_path"] . '/' . $__controller . ".php");
16.
if (!is_object($handle_controller) || !method_exists($handle_controller, $__action)) {
17.
18.
syError('route Error');
exit;
19.
}
20.
$handle_controller->$__action();
21.
if (FALSE != $GLOBALS['G_DY']['view']['auto_display']) {
22.
$__tplname = $__controller . $GLOBALS['G_DY']['view']['auto_display_sep'] .
- /www/wwwroot/www.chinadesigncentre.com/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.
define("IS_MOBILE", 0);
5.
require(DOYO_PATH."/sys.php");
6.
spRun();