API17

API17:JModel:: getList

From Joomla! Documentation

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

See also


User contributed notes

Code Examples