namespaceAdmin\Controller;

useThink\Controller;

classLoginControllerextendsController{

private$userObj;

publicfunction__construct(){

if($this->isLogin()){

}else{

}

}




重写了__construct()父类中的construct实例化了view对象,子类又重写了construct