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]
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
SeeAlso:JModel:: getList [Edit See Also]
User contributed notes
<CodeExamplesForm />
