beplay手机客户端下载-beplay官网下载安卓-beplay官网下载
D:\wwwroot\zntdtj\wwwroot\SpeedPHPs\spFunctions.php on line 18
13.
spLaunch("router_prefilter");
14.
// 对将要访问的控制器类进行实例化
15.
$handle_controller = spClass($__controller, null, $GLOBALS['G_SP']["controller_path"].'/'.$__controller.".php");
16.
// 调用控制器出错将调用路由错误beplay官网下载安卓函数
17.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
18.
eval($GLOBALS['G_SP']["dispatcher_error"]);
19.
exit;
20.
}
21.
22.
//执行before_display注入函数
23.
spInject('before_display', array($handle_controller) );
D:\wwwroot\zntdtj\wwwroot\index.php on line 36
31.
)
32.
)
33.
*/
34.
);
35.
require("base.php");
36.
spRun();
37.
?>
spLaunch("router_prefilter");
14.
// 对将要访问的控制器类进行实例化
15.
$handle_controller = spClass($__controller, null, $GLOBALS['G_SP']["controller_path"].'/'.$__controller.".php");
16.
// 调用控制器出错将调用路由错误beplay官网下载安卓函数
17.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
18.
19.
eval($GLOBALS['G_SP']["dispatcher_error"]);
exit;
20.
}
21.
22.
//执行before_display注入函数
23.
spInject('before_display', array($handle_controller) );
)
32.
)
33.
*/
34.
);
35.
require("base.php");
36.
37.
spRun();
?>