Пример #1
0
 /**
  *
  * Is the instance connected to a database?
  *
  * @return bool
  *
  */
 public function isConnected()
 {
     return $this->pdo->isConnected();
 }