API17:JDatabase::loadNextObject
From Joomla! Documentation
JDatabase::loadNextObject
Description
Load the next row returned by the query.
Template:Description:JDatabase::loadNextObject [Edit Descripton]
Since
Synopsis
public JDatabase::loadNextObject ()
Returns
mixed The result of the query as an object, false if there are no more rows, or null on an error.
Defined in
libraries/joomla/database/database.php (line 723)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JDatabase::loadNextObject
Examples
<CodeExamplesForm />