コード例 #1
0
ファイル: Model.php プロジェクト: rotexsoft/leanorm
 /**
  * 
  * @return PDO
  */
 public function getPDO()
 {
     return DBConnector::getDb($this->_dsn);
     //return pdo object associated with
     //the current dsn
 }