JDatabase::loadNextRow/1.6
From Joomla! Documentation
JDatabase::loadNextRow
Description
Load the next row returned by the query.
Description:JDatabase::loadNextRow [Edit Descripton]
public function loadNextRow ()
- Returns mixed The result of the query as an array, false if there are no more rows, or null on an error.
- Defined on line 713 of libraries/joomla/database/database.php
- Since Joomla 1.6.0
See also
JDatabase source code on JoomlaCode
Class JDatabase
Subpackage Database- Other versions of JDatabase::loadNextRow
SeeAlso:JDatabase::loadNextRow [Edit See Also]