API17:JDatabaseMySQL::loadNextRow
From Joomla! Documentation
JDatabaseMySQL::loadNextRow
Description
Load the next row returned by the query.
Since
Synopsis
public JDatabaseMySQL::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/mysql.php (line 533)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples