API17

JDatabaseMySQL::loadNextObject

From Joomla! Documentation

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseMySQL::loadNextObject[edit]

Description[edit]

Load the next row returned by the query.


Since[edit]

Joomla 11.1

Synopsis[edit]

public JDatabaseMySQL::loadNextObject ($className= 'stdClass')
Parameter Type Default Description
$className string 'stdClass' The name of the class to return (stdClass by default).

Returns[edit]

mixed The result of the query as an object, false if there are no more rows, or null on an error.

Defined in[edit]

libraries/joomla/database/database/mysql.php (line 560)

Referenced by[edit]

See also[edit]

Examples[edit]

Code Examples[edit]