API16

JModelList

From Joomla! Documentation

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Defined in[edit]

libraries/joomla/application/component/modellist.php

Methods[edit]

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[edit]

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



Examples[edit]

Code Examples[edit]