Exemple #1
0
 public function __construct()
 {
     $db = new DB_Connections();
     $arr = $db->getNewDBO();
     $this->dbo = $arr['DBO'];
     $this->arr = $arr;
 }
 public function __construct()
 {
     $db = new DB_Connections();
     $this->dbo = $db->getNewDBO();
 }