JModelList: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/application/component/modellist.php | libraries/joomla/application/component/modellist.php | ||
| Line 23: | Line 21: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JModelList | category=JModelList | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:55, 25 March 2017
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