API17

API17:JDatabaseMySQL::loadResult

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQL::loadResult

Description

This method loads the first field of the first row returned by the query.


Synopsis

public JDatabaseMySQL::loadResult ()

Returns

mixed The value returned in the query or null if the query failed.

Defined in

libraries/joomla/database/database/mysql.php (line 363)

Referenced by

See also

Examples

Code Examples