API17:JDatabaseMySQLi::loadResult
From Joomla! Documentation
JDatabaseMySQLi::loadResult
Description
This method loads the first field of the first row returned by the query.
Synopsis
public JDatabaseMySQLi::loadResult ()
Returns
mixed The value returned in the query or null if the query failed.
Defined in
libraries/joomla/database/database/mysqli.php (line 353)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples