API17:JDatabaseMySQLi::loadNextObject
From Joomla! Documentation
JDatabaseMySQLi::loadNextObject
Description
Load the next row returned by the query.
Since
Synopsis
public JDatabaseMySQLi::loadNextObject ($className= 'stdClass')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $className | string | 'stdClass' | The name of the class to return (stdClass by default). |
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/mysqli.php (line 552)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples