方法不存在!
- /home/wwwroot/bjzgsz.com/frphp/fr.php on line 277
272.
$actionName = 'jizhi';
273.
//Error_msg('方法不存在!');
274.
}
275.
}else{
276.
if (!method_exists($controller, $actionName)) {
277.
278.
Error_msg('方法不存在!');
}
279.
}
280.
281.
if($controllerName=='Home' && $actionName=='jizhi'){
282.
if(method_exists($app_home.'\\plugins\\HomeController', 'jizhi')){
- /home/wwwroot/bjzgsz.com/frphp/fr.php on line 94
89.
spl_autoload_register(array($this, 'loadClass'));
90.
$this->setDbConfig();
91.
$this->setReporting();
92.
$this->removeMagicQuotes();
93.
//$this->unregisterGlobals();
94.
95.
$this->route();
96.
}
97.
98.
// 路由处理
99.
public function route()
- /home/wwwroot/bjzgsz.com/frphp/fr.php on line 520
515.
//定义静态文件路径
516.
defined('Tpl_style') or define('Tpl_style', '/static/');
517.
}
518.
header_remove('X-Powered-By');
519.
//实例化核心类
520.
(new frphp($config))->run();