API17

API17:JDatabase::getErrorMsg

From Joomla! Documentation

Joomla 11.1 JDatabase::getErrorMsg

Description

Gets the error message from the database connection.


public function getErrorMsg ($escaped=false)
Parameter Type Default Description
$escaped bool false True to escape the message string for use in JavaScript.
  • Returns string The error message for the most recent query.
  • Defined on line 1400 of libraries/joomla/database/database.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples