问答详情
源自:5-1 视图view

return $this->fetch(); 致命错误: Call to a member function fetch() on null

致命错误: Call to a member function fetch() on null

   protected function fetch($template = '', $vars = [], $replace = [], $config = [])    {        return $this->view->fetch($template, $vars, $replace, $config);    }

提问者:Tinywan 2017-06-24 22:16

个回答

  • 亦巷
    2017-08-03 21:20:25

    有可能多了 _construct()方法

  • 慕粉13684938353
    2017-07-03 21:54:32

    Index.php文件中

    <?php

    namespace app\index\controller;

    use think\Controller;

    class Index extends Controller

    {


  • botao555
    2017-06-27 10:24:02

    帮顶。。