JDatabaseMySQLi::loadAssocList/1.5
From Joomla! Documentation
JDatabaseMySQLi::loadAssocList
Description
Load a assoc list of database rows.
Description:JDatabaseMySQLi::loadAssocList [Edit Descripton]
public function loadAssocList ($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.
- Defined on line 427 of libraries/joomla/database/database/mysqli.php
See also
-
JDatabaseMySQLi::loadAssocList on api.joomla.org
-
JDatabaseMySQLi source code on JoomlaCode
-
Class JDatabaseMySQLi
-
Subpackage Database
- Other versions of JDatabaseMySQLi::loadAssocList
SeeAlso:JDatabaseMySQLi::loadAssocList [Edit See Also]
User contributed notes
<CodeExamplesForm />