Fatal error: Call to undefined method Home::index2.html() in D:\qiangjunwang\core\App.php on line 13
equire_once'/application/controller/'.$controller.'.php'; //1、实例化控制器 $class=new $controller; $class->$action();
Shouldn’t it be require_once
Prompt that this method is not defined
Shouldn’t it be require_once
Prompt that this method is not defined