JDatabase::loadNextObject/1.6
From Joomla! Documentation
JDatabase::loadNextObject
Description
Load the next row returned by the query.
Description:JDatabase::loadNextObject [Edit Descripton]
public function loadNextObject ()
- Returns mixed The result of the query as an object, false if there are no more rows, or null on an error.
- Defined on line 722 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::loadNextObject
SeeAlso:JDatabase::loadNextObject [Edit See Also]