当输出$this->auth->name存在值得时候,
isset($this->auth->name)会返回false,
empty($this->auth->name)会返回true
在Auth中重写__isset魔术函数可以解决这个问题