JDatabaseDriverPdo::loadNextObject
Method to get the next row in the result set from the database query as an object.
Signature
public function loadNextObject([string
$class = 'stdClass'] )
Parameters
-
$class
- The class name to use for the returned row object.
Returns
- mixed
- The result of the query as an array, false if there are no more rows.