コード例 #1
0
ファイル: db.php プロジェクト: farukuzun/core-1
 /**
  * Gets the error code and message as a string for logging
  * @return string
  */
 public function getError()
 {
     return $this->connection->getError();
 }