search

Home  >  Q&A  >  body text

I encountered an error when outputting html files using php

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


强者恒强强者恒强2346 days ago1147

reply all(2)I'll reply

  • 天忆

    天忆2018-07-27 10:17:56

    Shouldn’t it be require_once

    reply
    0
  • 代码输入中...

    代码输入中...2018-07-26 21:45:04

    Prompt that this method is not defined

    reply
    0
  • Cancelreply