예제 #1
0
 protected function _connect()
 {
     $this->dbn = new \PDO(Config::pdoConnectionString(), Config::mysqlUser(), Config::mysqlPassword());
 }