예제 #1
0
파일: db.php 프로젝트: farukuzun/core-1
 /**
  * Fetch extended error information associated with the last database operation.
  *
  * @return array The last error information.
  */
 public function errorInfo()
 {
     return $this->connection->errorInfo();
 }