API17

JDatabaseMySQL::loadResult

From Joomla! Documentation

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseMySQL::loadResult[edit]

Description[edit]

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


Synopsis[edit]

public JDatabaseMySQL::loadResult ()

Returns[edit]

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

Defined in[edit]

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

Referenced by[edit]

See also[edit]

Examples[edit]

Code Examples[edit]