JDatabase::loadObjectList/1.6
From Joomla! Documentation
JDatabase::loadObjectList
Description
Load a list of database objects.
Description:JDatabase::loadObjectList [Edit Descripton]
public function loadObjectList ($key='')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | string | The field name of a primary key |
- Returns array If is empty as sequential list of returned records. If is not empty then the returned array is indexed by the value the database key. Returns if the query fails.
- Defined on line 686 of libraries/joomla/database/database.php
See also
JDatabase source code on JoomlaCode
Class JDatabase
Subpackage Database- Other versions of JDatabase::loadObjectList
SeeAlso:JDatabase::loadObjectList [Edit See Also]