求解:ThinkPHP5 $this->fetch()无法渲染模板
如下图,我已经继承了Controller类,但是还是无法渲染模板,求好心人士解答,谢谢。代码为:<?phpnamespaceapp\index\controller;us...
如下图,我已经继承了Controller类,但是还是无法渲染模板,求好心人士解答,谢谢。
代码为:
<?php
namespace app\index\controller;
use think\Controller;
class Index extends Controller
{
public function index()
{
return 'hello,thinkphp!';
}
public function hello()
{
return $this->fetch();
}
} 展开
代码为:
<?php
namespace app\index\controller;
use think\Controller;
class Index extends Controller
{
public function index()
{
return 'hello,thinkphp!';
}
public function hello()
{
return $this->fetch();
}
} 展开
展开全部
如果没有继承controller的话 使用return view(); 继承的话才能使用return $this->fetch(); 不然那会报出没有这个方法
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
看着没什么问题,你把debug打开看看详细的报错是啥,这样好分析一点
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询