为啥我访问common 模块 显示不行呢
为啥我访问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(); } }