API17

Difference between revisions of "JModelList"

From Joomla! Documentation

m (clean up)
m (preparing for archive only)
 
Line 2: Line 2:
 
=={{JVer|11.1}} JModelList==
 
=={{JVer|11.1}} JModelList==
 
===Description===
 
===Description===
{{subst:Description:JModelList}}
+
 
  
 
===Methods===
 
===Methods===
Line 56: Line 56:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
 
* [[API17:JModelList|Other versions of JModelList]]
 
* [[API17:JModelList|Other versions of JModelList]]
{{subst:SeeAlso:JModelList}}
+
 
  
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JModelList
 
category=JModelList
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*

Latest revision as of 22:28, 24 March 2017

The "API17" 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.

Joomla 11.1 JModelList[edit]

Description[edit]

Methods[edit]

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

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]