API16

API16:JModelList

From Joomla! Documentation

Revision as of 01:55, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Defined in

libraries/joomla/application/component/modellist.php

Methods

Method name Description
getItems Method to get an array of data items.
getPagination Method to get a JPagination object for the data set.
getTotal Method to get the total number of items for the data set.

Importing

jimport( 'joomla.application.component.modellist' );



Examples

Code Examples