예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->userdata = new userdata();
     $this->userdatadao = new userdatadao();
     $this->cache = new cachefactory();
     $this->log = Phplog::getInstance();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->admin = new useradmin();
     $this->admindao = new useradmindao();
     $this->cache = new cachefactory();
     $this->log = Phplog::getInstance();
 }