JModelList: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m →User contributed notes: bad link repair |
||
| Line 73: | Line 73: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JModelList]]</noinclude> | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JModelList]]</noinclude> | ||
Revision as of 18:58, 29 August 2012
JModelList
Description
Template:Description:JModelList [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | getItems | Method to get an array of data items. |
| public | getPagination | Method to get a object for the data set. |
| public | getstart | Method to get the starting number of items for the data set. |
| public | getTotal | Method to get the total number of items for the data set. |
| public | getUserStateFromRequest | Gets the value of a user state variable and sets it in the session This is the same as the method in except that this also can optionally force you back to the first page when a filter has changed. |
| protected | getListQuery | Method to get a object for retrieving the data set from a database. |
| protected | getStoreId | Method to get a store id based on the model configuration state. |
| protected | populateState | Method to auto-populate the model state. |
- Defined in libraries/joomla/application/component/modellist.php
- Extends JModel
Importing
jimport( 'joomla.application.component.modellist' );
See also
JModelList source code on BitBucket
Subpackage Application- Other versions of JModelList
Template:SeeAlso:JModelList [Edit See Also]
User contributed notes
<CodeExamplesForm />