API17:JDatabaseMySQL::loadResult
From Joomla! Documentation
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)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples