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