Exemplo n.º 1
0
 /**
  * @return bool
  */
 public function testConnection()
 {
     $bResult = $this->oConnection->Connect();
     $this->throwDbExceptionIfExist();
     return $bResult;
 }
Exemplo n.º 2
0
 public function testConnection()
 {
     return $this->oConnection->Connect();
 }