API17:JDatabase::loadObjectList
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabase::loadObjectList
Description
Method to get an array of the result set rows from the database query where each row is an object.
Description:JDatabase::loadObjectList [Edit Descripton]
public function loadObjectList ( $key='' $class= 'stdClass' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | |||
| $class | 'stdClass' |
- Returns
- Defined on line 707 of libraries/joomla/database/database.php
See also
-
JDatabase::loadObjectList source code on BitBucket
-
Class JDatabase
-
Subpackage Database
- Other versions of JDatabase::loadObjectList
SeeAlso:JDatabase::loadObjectList [Edit See Also]
User contributed notes
<CodeExamplesForm />
