Пример #1
0
 function create_db()
 {
     $this->db = produce_db();
 }
Пример #2
0
 function __construct()
 {
     $this->db = produce_db();
 }
Пример #3
0
 function __construct()
 {
     $this->db = produce_db();
     $this->Mailer = new MailTemplated();
     $this->Lister = new ClientsList();
 }
Пример #4
0
 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
 function restore_connection()
 {
     $this->set_db(produce_db());
 }