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

来源:5-1 视图view

Tinywan

2017-06-24 22:16

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

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

写回答 关注

3回答

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

    有可能多了 _construct()方法

    python...

    我也报这样的错,确实是写了这个_construct()魔术方法,注释掉后可以访问到页面了这是为什么呢?

    2018-05-24 15:35:38

    共 1 条回复 >

  • 慕粉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

    帮顶。。

快速入门ThinkPHP 5.0--基础篇

ThinkPHP5已发布多时,想了解ThinkPHP5的新特性吗?老司机带你马上出发~

58655 学习 · 495 问题

查看课程

相似问题