API17:JDatabaseMySQL::loadRowList
From Joomla! Documentation
JDatabaseMySQL::loadRowList
Description
Load a list of database rows (numeric column indexing).
Synopsis
public JDatabaseMySQL::loadRowList ($key=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | string | null | 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 in
libraries/joomla/database/database/mysql.php (line 509)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples