예제 #1
0
 function __construct($db)
 {
     parent::__construct();
     $this->_db = $db;
 }
예제 #2
0
파일: Password.php 프로젝트: Trideon/gigolo
 public function __construct($plaintext, $encrypted)
 {
     $this->RetiredPasswordEncryption = new RetiredPasswordEncryption();
     parent::__construct($plaintext, $encrypted);
 }
예제 #3
0
 function __construct($conn)
 {
     parent::__construct();
     $this->_db = $conn;
 }
예제 #4
0
 function __construct($db, $memberID)
 {
     parent::__construct();
     $this->_db = $db;
     $this->_memberID = $memberID;
 }