Model class for handling lists of items.
Located in /libraries/joomla/application/component/modellist.php (line 21)
JObject | --JModel | --JModelList
Class | Description |
---|---|
NewsfeedsModelCategory | Newsfeeds Component Category Model |
WeblinksModelCategory | Weblinks Component Weblink Model |
FinderModelSuggestions | Suggestions model class for the Finder package. |
FinderModelSearch | Search model class for the Finder package. |
ContactModelCategory | |
ContactModelFeatured | |
ContentModelCategory | This models supports retrieving a category, the articles associated with the category, sibling, child and parent categories. |
ContentModelArticles | Methods supporting a list of article records. |
BannersModelBanners | Methods supporting a list of banner records. |
CheckinModelCheckin | Checkin Model |
ModulesModelPositions | Modules Component Positions Model |
ModulesModelModules | Modules Component Module Model |
ModulesModelSelect | Module model. |
MessagesModelMessages | Messages Component Messages Model |
UsersModelUsers | Methods supporting a list of user records. |
UsersModelDebugGroup | Methods supporting a list of user records. |
UsersModelLevels | Methods supporting a list of user access level records. |
UsersModelNotes | User notes model class. |
UsersModelDebugUser | Methods supporting a list of user records. |
UsersModelGroups | Methods supporting a list of user group records. |
NewsfeedsModelNewsfeeds | Methods supporting a list of newsfeed records. |
LanguagesModelOverrides | Languages Overrides Model |
LanguagesModelLanguages | Languages Model Class |
LanguagesModelInstalled | Languages Component Languages Model |
WeblinksModelWeblinks | Methods supporting a list of weblink records. |
PluginsModelPlugins | Methods supporting a list of plugin records. |
InstallerModel | Extension Manager Abstract Extension Model |
InstallerModelWarnings | Extension Manager Templates Model |
InstallerModelUpdate | |
CategoriesModelCategories | Categories Component Categories Model |
RedirectModelLinks | Methods supporting a list of redirect links. |
TemplatesModelTemplates | Methods supporting a list of template extension records. |
TemplatesModelStyles | Methods supporting a list of template style records. |
FinderModelIndex | Index model class for Finder. |
FinderModelFilters | Filters model class for Finder. |
FinderModelMaps | Maps model for the Finder package. |
ContactModelContacts | Methods supporting a list of contact records. |
SearchModelSearches | Methods supporting a list of search terms. |
MenusModelItems | Menu Item List Model for Menus. |
MenusModelMenus | Menu List Model for Menus. |
BannersModelTracks | Methods supporting a list of tracks. |
BannersModelClients | Methods supporting a list of banner records. |
CacheModelCache | Cache 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.
Valid filter fields or ordering.
An internal cache for the last query used.
Inherited from JModel
JModel::$event_clean_cache
JModel::$name
JModel::$option
JModel::$state
JModel::$_db
JModel::$__state_set
Inherited from JObject
JObject::$_errors
Constructor.
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 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 cache the last query constructed.
This method ensures that the query is constructed only once for a given state of the model.
Inherited From JModel
JModel::__construct()
JModel::addIncludePath()
JModel::addTablePath()
JModel::cleanCache()
JModel::getDbo()
JModel::getInstance()
JModel::getName()
JModel::getState()
JModel::getTable()
JModel::populateState()
JModel::setDbo()
JModel::setState()
JModel::_createFileName()
JModel::_createTable()
JModel::_getList()
JModel::_getListCount()
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()
Documentation generated on Mon, 25 Jun 2012 13:57:30 -0500 by phpDocumentor 1.4.4