1.  namespace Admin\Controller;

  2.  use Think\Controller;

  3.  class LoginController extends Controller {

  4.     private $userObj;

  5.     public function __construct(){

  6.         if($this->isLogin()){

  7.         }else{

  8.         }

  9.     }




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