I encountered an error when outputting html files using php
强者恒强
强者恒强 2018-07-26 19:46:19
0
2
1113

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();


强者恒强
强者恒强

reply all(2)
天忆

Shouldn’t it be require_once

代码输入中...

Prompt that this method is not defined

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template