API17

API17:JDatabaseMySQL::loadRowList

From Joomla! Documentation

Joomla 11.1 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)

Referenced by

See also

Examples

Code Examples