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