index.php
<?php
namespace app\index\controller;
use app\index\controller\base;
class Index extends Base
{
public function index()
{
return $this -> view -> fetch();
}
}
花开,若相惜2018-08-30 09:10:12
First turn on the debugging mode of the entry file, it will tell you that there is a problem in the above place