API17

API17:JDatabaseMySQLi::loadResult

From Joomla! Documentation

Joomla 11.1 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)

Referenced by

See also

Examples

Code Examples