路由错误,请检查控制器目录下是否存在该控制器/动作。
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/spFunctions.php on line 17
12.
spLaunch("router_prefilter");
13.
// 对将要访问的控制器类进行实例化
14.
$handle_controller = spClass($__controller, null, $GLOBALS['G_SP']["controller_path"].'/'.$__controller.".php");
15.
// 调用控制器出错将调用路由错误处理函数
16.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
17.
18.
eval($GLOBALS['G_SP']["dispatcher_error"]);
exit;
19.
}
20.
// 路由并执行用户代码
21.
$handle_controller->$__action();
22.
// 控制器程序运行完毕,进行模板的自动输出
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/gushi.phoenixfm.cn/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/gushi.phoenixfm.cn/index.php on line 6
1.
<?php
2.
define("APP_PATH",dirname(__FILE__));
3.
define("SP_PATH",dirname(__FILE__).'/SpeedPHP');
4.
$spConfig = require(APP_PATH."/config.php");
5.
require(SP_PATH."/SpeedPHP.php");
6.
spRun();