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); }
有可能多了 _construct()方法
Index.php文件中
<?php
namespace app\index\controller;
use think\Controller;
class Index extends Controller
{
帮顶。。
快速入门ThinkPHP 5.0--基础篇
58655 学习 · 495 问题
相似问题