Exemple #1
0
 function create_db()
 {
     $this->db = produce_db();
 }
Exemple #2
0
 function __construct()
 {
     $this->db = produce_db();
 }
 function __construct()
 {
     $this->db = produce_db();
     $this->Mailer = new MailTemplated();
     $this->Lister = new ClientsList();
 }
Exemple #4
0
 public function __construct()
 {
     $this->init_crypt();
     $this->db = produce_db();
 }
 function create_objects()
 {
     $this->Dates = new DateTimesRange();
     $this->db = produce_db();
 }
Exemple #6
0
 function restore_connection()
 {
     $this->set_db(produce_db());
 }