青春梦敲门砖
2018-03-15 14:44
为啥我访问common 显示页面错误,请稍后再试
use app\common\controller\Index as commonIndex;
class Index
{
public function index()
{
return 'this is index Index index';
}
public function common()
{
$common = new commonIndex();
return $common->index();
}
}
一样好奇错在哪啊
大哥,你找出来是什么原因啊?我也有同样的困惑
问题找到了
快速入门ThinkPHP 5.0--基础篇
58736 学习 · 495 问题
相似问题