public function error() { if ($error = $this->connection->errorInfo()) { return array($error[1], $error[2]); } return null; }