コード例 #1
0
ファイル: usermodel.php プロジェクト: jabouzi/usermanager
 public function __construct()
 {
     parent::__construct();
     $this->userdata = new userdata();
     $this->userdatadao = new userdatadao();
     $this->cache = new cachefactory();
     $this->log = Phplog::getInstance();
 }
コード例 #2
0
ファイル: adminmodel.php プロジェクト: jabouzi/projet
 public function __construct()
 {
     parent::__construct();
     $this->admin = new useradmin();
     $this->admindao = new useradmindao();
     $this->cache = new cachefactory();
     $this->log = Phplog::getInstance();
 }