JDatabaseMySQL::loadRowList/1.5
From Joomla! Documentation
JDatabaseMySQL::loadRowList
Description
Load a list of database rows (numeric column indexing).
Description:JDatabaseMySQL::loadRowList [Edit Descripton]
public function 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 on line 502 of libraries/joomla/database/database/mysql.php
See also
-
JDatabaseMySQL::loadRowList on api.joomla.org
-
JDatabaseMySQL source code on JoomlaCode
-
Class JDatabaseMySQL
-
Subpackage Database
- Other versions of JDatabaseMySQL::loadRowList
SeeAlso:JDatabaseMySQL::loadRowList [Edit See Also]
User contributed notes
<CodeExamplesForm />