API17

JDatabase::loadNextObject: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 12: Line 12:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JDatabase->loadNextObject ()
public JDatabase::loadNextObject ()
</source>
</source>
===Returns===
===Returns===
mixed The result of the query as an object, false if there are no more rows, or null on an error.
mixed The result of the query as an object, false if there are no more rows, or null on an error.
===Defined in===
===Defined in===
libraries/joomla/database/database.php
libraries/joomla/database/database.php (line 723)
* see source code in [[jplatform:database/database.php#cl-723|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===

Revision as of 01:11, 24 April 2011

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 (line 723)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabase::loadNextObject

Examples

<CodeExamplesForm />