齐乐娱乐_齐乐娱乐登录
/data/home/byu2666360001/htdocs/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.
// 调用控制器出错将调用路由错误处理函数
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) );
/data/home/byu2666360001/htdocs/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.
// 调用控制器出错将调用路由错误处理函数
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();
?>