Model class for handling lists of items.
Located in /libraries/legacy/model/list.php (line 19)
JObject | --JModelLegacy | --JModelList
Class | Description |
---|---|
![]() |
Banners model for the Joomla Banners component. |
![]() |
Methods supporting a list of banner records. |
![]() |
Methods supporting a list of tracks. |
![]() |
Cache Model |
![]() |
Categories Component Categories Model |
![]() |
Checkin Model |
![]() |
Methods supporting a list of contact records. |
![]() |
This models supports retrieving lists of articles. |
![]() |
Methods supporting a list of contenthistory records. |
![]() |
Filters model class for Finder. |
![]() |
Index model class for Finder. |
![]() |
Maps model for the Finder package. |
![]() |
Extension Manager Abstract Extension Model |
![]() |
Languages Installer Model |
![]() |
Installer Update Model |
![]() |
Extension Manager Templates Model |
![]() |
Languages Component Languages Model |
![]() |
Languages Model Class |
![]() |
Languages Overrides Model |
![]() |
Menu Item List Model for Menus. |
![]() |
Menu List Model for Menus. |
![]() |
Messages Component Messages Model |
![]() |
Modules Component Module Model |
![]() |
Modules Component Positions Model |
![]() |
Module model. |
![]() |
Methods supporting a list of newsfeed records. |
![]() |
Methods supporting a list of plugin records. |
![]() |
Methods supporting a list of redirect links. |
![]() |
Methods supporting a list of search terms. |
![]() |
This models supports retrieving a list of tags. |
![]() |
Methods supporting a list of template style records. |
![]() |
Methods supporting a list of template extension records. |
![]() |
Methods supporting a list of user records. |
![]() |
Methods supporting a list of user records. |
![]() |
Methods supporting a list of user group records. |
![]() |
Methods supporting a list of user access level records. |
![]() |
User notes model class. |
![]() |
Methods supporting a list of user records. |
![]() |
Methods supporting a list of weblink records. |
![]() |
This models supports retrieving lists of contact categories. |
![]() |
|
![]() |
|
![]() |
This models supports retrieving lists of article categories. |
![]() |
This models supports retrieving a category, the articles associated with the category, sibling, child and parent categories. |
![]() |
Search model class for the Finder package. |
![]() |
Suggestions model class for the Finder package. |
![]() |
This models supports retrieving lists of newsfeed categories. |
![]() |
Newsfeeds Component Category Model |
![]() |
Tags Component Tag Model |
![]() |
This models supports retrieving lists of article categories. |
![]() |
Weblinks Component Weblink Model |
Internal memory based cache array of data.
Context string for the model type. This is used to handle uniqueness when dealing with the getStoreId() method and caching data structures.
Name of the filter form to load
Valid filter fields or ordering.
Associated HTML form
An internal cache for the last query used.
Inherited from JModelLegacy
JModelLegacy::$event_clean_cache
JModelLegacy::$name
JModelLegacy::$option
JModelLegacy::$state
JModelLegacy::$_db
JModelLegacy::$__state_set
Inherited from JObject
JObject::$_errors
Constructor.
Get the filter form
Method to get an array of data items.
Method to get a JDatabaseQuery object for retrieving the data set from a database.
Method to get a JPagination object for the data set.
Method to get the starting number of items for the data set.
Method to get a store id based on the model configuration state.
This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements.
Method to get the total number of items for the data set.
Gets the value of a user state variable and sets it in the session
This is the same as the method in JApplication except that this also can optionally force you back to the first page when a filter has changed
Method to get a form object.
Method to get the data that should be injected in the form.
Method to auto-populate the model state.
This method should only be called once per instantiation and is designed to be called on the first call to the getState() method unless the model configuration flag to ignore the request is set.
Note. Calling getState in this method will result in recursion.
Method to allow derived classes to preprocess the form.
Method to cache the last query constructed.
This method ensures that the query is constructed only once for a given state of the model.
Inherited From JModelLegacy
JModelLegacy::__construct()
JModelLegacy::addIncludePath()
JModelLegacy::addTablePath()
JModelLegacy::cleanCache()
JModelLegacy::getDbo()
JModelLegacy::getInstance()
JModelLegacy::getName()
JModelLegacy::getState()
JModelLegacy::getTable()
JModelLegacy::loadHistory()
JModelLegacy::populateState()
JModelLegacy::setDbo()
JModelLegacy::setState()
JModelLegacy::_createFileName()
JModelLegacy::_createTable()
JModelLegacy::_getList()
JModelLegacy::_getListCount()
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::__toString()
Documentation generated on Tue, 19 Nov 2013 15:07:17 +0100 by phpDocumentor 1.4.3