Beispiel #1
0
 /**
  * Disconnect the database connection
  */
 public function disconnect()
 {
     if ($this->dbh) {
         $this->dbh->disconnect();
     }
 }