类定义不存在,请检查。
- D:\phpstudy_pro\WWW\include\Functions.php on line 161
156.
}else{
157.
$reval = call_user_func_array($launch, $launchargs);
158.
}
159.
if( TRUE == $returns )return $reval;
160.
}
161.
162.
}
return false;
163.
}
164.
165.
function spUrl($geturl = null, $controller = null, $action = null, $args = null, $anchor = null, $no_sphtml = FALSE) {
166.
if(TRUE == $GLOBALS['G_DY']['html']["enabled"] && TRUE != $no_sphtml){
- D:\phpstudy_pro\WWW\include\Functions.php on line 21
16.
$handle_controller->$__action();
17.
if(FALSE != $GLOBALS['G_DY']['view']['auto_display']){
18.
$__tplname = $__controller.$GLOBALS['G_DY']['view']['auto_display_sep'].
19.
$__action.$GLOBALS['G_DY']['view']['auto_display_suffix'];
20.
$handle_controller->auto_display($__tplname);
21.
22.
}
spLaunch("router_postfilter");
23.
}
24.
25.
function dump($vars, $output = TRUE, $show_trace = FALSE){
26.
if(TRUE != SP_DEBUG && TRUE != $GLOBALS['G_DY']['allow_trace_onrelease'])return;
- D:\phpstudy_pro\WWW\index.php on line 18
13.
14.
$doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
15.
16.
require(DOYO_PATH."/sys.php");
17.
18.
19.
spRun();
20.
$is_mobile = '0';
21.
22.
if(preg_match('/(android|up.browser|up.link|mmp|symbian|smartphone|midp|wap|phone)/i', strtolower($_SERVER['HTTP_USER_AGENT']))) {
23.