|
Overview This package contains the classes that represent all data objects.  Joomla Framework Model Package JModelThis abstract class is the base class for all Joomla! data access objects. Adapter Folder JModelCategoryThis is a data access object for a Joomla! category and represents a tuple in the #__categories table JModelComponentThis is a data access object for a Joomla! component and represents a tuple in the #__components table
JModelContentThis is a data access object for a Joomla! content item and represents a tuple in the #__content table JModelMenuThis is a data access object for a Joomla! menu item and represents a tuple in the #__menus table JModelModuleThis is a data access object for a Joomla! module and represents a tuple in the #__modules table JModelPluginsThis is a data access object for a Joomla! plugin and represents a tuple in the #__plugins table JModelSectionThis is a data access object for a Joomla! section and represents a tuple in the #__sections table JModelSessionThis is a data access object for a Joomla! session and represents a tuple in the #__sessions table JModelUserThis is a data access object for a Joomla! user and represents a tuple in the #__users table
|