Пример #1
0
 /**
  * create a new instance of the database helper
  */
 public function __construct()
 {
     //connect to PDO here.
     $this->db = DataBase::get();
 }
Пример #2
0
 public function __construct()
 {
     $this->db = DataBase::get();
 }