<?php namespace app\index\controller; use cmf\controller\HomeBaseController; use think\Db; class PhbController extends HomeBaseController { public function index() { return $this->fetch(); } } ?>