コード例 #1
0
ファイル: Connection.php プロジェクト: php-kit/ext-pdo
 function getPdo(array $options = null)
 {
     return $this->pdo ?: ($this->pdo = ExtPDO::create($this->driver, $this->getProperties(), $options));
 }