コード例 #1
0
ファイル: models.php プロジェクト: tjbindseil/DB
 public function __construct()
 {
     $db = new DB_Connections();
     $arr = $db->getNewDBO();
     $this->dbo = $arr['DBO'];
     $this->arr = $arr;
 }
コード例 #2
0
 public function __construct()
 {
     $db = new DB_Connections();
     $this->dbo = $db->getNewDBO();
 }