API17

API17:JDatabaseMySQLi::loadNextRow

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQLi::loadNextRow

Description

Load the next row returned by the query.


Since

Joomla 11.1

Synopsis

public JDatabaseMySQLi::loadNextRow ()

Returns

mixed The result of the query as an array, false if there are no more rows, or null on an error.

Defined in

libraries/joomla/database/database/mysqli.php (line 525)

Referenced by

See also

Examples

Code Examples