class Index extends Base { public function index() { $this->user_name = 'admin'; $this->assign('title', '管理首页'); return $this->fetch(); } }