Ejemplo n.º 1
0
 function getPdo(array $options = null)
 {
     return $this->pdo ?: ($this->pdo = ExtPDO::create($this->driver, $this->getProperties(), $options));
 }