JDatabase::loadAssocList/1.5
From Joomla! Documentation
JDatabase::loadAssocList
Description
Load a associactive list of database rows.
Description:JDatabase::loadAssocList [Edit Descripton]
public function loadAssocList ($key='')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | string | The field name of a primary key |
- Returns array If key is empty as sequential list of returned records.
- Defined on line 741 of libraries/joomla/database/database.php
See also
-
JDatabase::loadAssocList on api.joomla.org
-
JDatabase source code on JoomlaCode
-
Class JDatabase
-
Subpackage Database
- Other versions of JDatabase::loadAssocList
SeeAlso:JDatabase::loadAssocList [Edit See Also]
User contributed notes
<CodeExamplesForm />