API17:JModel:: getList
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JModel::_getList
Description
Gets an array of objects from the results of database query.
Description:JModel:: getList [Edit Descripton]
Since
Synopsis
protected JModel::_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 in
libraries/joomla/application/component/model.php (line 254)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
