示例#1
0
 /**
  * Determines if we are connected to a server AND have a valid database
  * selected.
  *
  * @return boolean Flag indicating that a valid database is connected
  */
 public function isActive()
 {
     return $this->connector->isActive();
 }