API17

JDatabaseMySQL::loadNextObject

From Joomla! Documentation

Revision as of 18:43, 18 September 2012 by JoomlaWikiBot (talk | contribs) (clean up, fixing JVer template call)

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.

Template:Description:JDatabaseMySQL::loadNextObject [Edit Descripton]

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]

[Edit See Also]

Template:SeeAlso:JDatabaseMySQL::loadNextObject

Examples[edit]

<CodeExamplesForm />