API17:JModel:: getList
From Joomla! Documentation
JModel::_getList
Description
Gets an array of objects from the results of database query.
protected function _getList (
$query
$limitstart=0
$limit=0
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $query | string | The query. | |
| $limitstart | int | 0 | Offset. |
| $limit | int | 0 | The number of records. |
- Returns array An array of results.
- Defined on line 254 of libraries/joomla/application/component/model.php
- Since

See also
JModel::_getList source code on BitBucket
Class JModel
Subpackage Application- Other versions of JModel::_getList
User contributed notes
Code Examples