API17

API17:JDatabase::loadNextObject

From Joomla! Documentation

Revision as of 23:11, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JDatabase::loadNextObject

Description

Load the next row returned by the query.

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

Since

Joomla 11.1.0

Synopsis

public  JDatabase->loadNextObject ()

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.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabase::loadNextObject

Examples

<CodeExamplesForm />