Example #1
0
 /**
  * Fetch extended error information associated with the last database operation.
  *
  * @return array The last error information.
  */
 public function errorInfo()
 {
     return $this->connection->errorInfo();
 }