$this -> view -> fetch('index');
You should use return to return: return $this -> view -> fetch('index');
Check whether the Base class of Base.php inherits controller
You should use return to return: return $this -> view -> fetch('index');
Check whether the Base class of Base.php inherits controller