コード例 #1
0
ファイル: profile.inc.php プロジェクト: tv13/bambitav
 function create_db()
 {
     $this->db = produce_db();
 }
コード例 #2
0
ファイル: locker.inc.php プロジェクト: tv13/bambitav
 function __construct()
 {
     $this->db = produce_db();
 }
コード例 #3
0
 function __construct()
 {
     $this->db = produce_db();
     $this->Mailer = new MailTemplated();
     $this->Lister = new ClientsList();
 }
コード例 #4
0
ファイル: mysql_session.inc.php プロジェクト: tv13/bambitav
 public function __construct()
 {
     $this->init_crypt();
     $this->db = produce_db();
 }
コード例 #5
0
 function create_objects()
 {
     $this->Dates = new DateTimesRange();
     $this->db = produce_db();
 }
コード例 #6
0
ファイル: basic_actions.inc.php プロジェクト: tv13/bambitav
 function restore_connection()
 {
     $this->set_db(produce_db());
 }