コード例 #1
0
ファイル: storage.php プロジェクト: afterlogic/aurora-core
 /**
  * @return bool
  */
 public function testConnection()
 {
     $bResult = $this->oConnection->Connect();
     $this->throwDbExceptionIfExist();
     return $bResult;
 }
コード例 #2
0
ファイル: storage.php プロジェクト: afterlogic/aurora-core
 public function testConnection()
 {
     return $this->oConnection->Connect();
 }