예제 #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();
 }