Home > Q&A > body text
$this -> view -> fetch('index');
天蓬老师2017-11-11 22:56:48
You should use return to return: return $this -> view -> fetch('index');
joker2017-11-09 22:29:09
Check whether the Base class of Base.php inherits controller