The video address is this
index.php
<?php
namespace app\index\controller;
use app\index\ controller\Base;
class Index extends Base
{
/**
* @return mixed
*/
public function index()
{
return $this -> fetch();//return $this->view-> fetch();
}
}
ringa_lee2017-09-11 17:00:50
What is the error reported? Please send a screenshot to take a look