示例#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();
 }