JDatabase::loadNextObject: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | 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
JDatabase::loadNextObject
Description
Load the next row returned by the query.
Template:Description:JDatabase::loadNextObject [Edit Descripton]
Since
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)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JDatabase::loadNextObject
Examples
<CodeExamplesForm />