*/ namespace app\index\controller; class Help extends Base { public function index(){ return $this->fetch(); } public function pro1(){ return $this->fetch(); } public function pro2(){ return $this->fetch(); } public function pro3(){ return $this->fetch(); } }