Support Joomla!
Model Package PDF Print

Overview

This package contains the classes that represent all data objects.

Model Package
Joomla Framework Model Package

JModel

This abstract class is the base class for all Joomla! data access objects.

Adapter Folder 

JModelCategory

This is a data access object for a Joomla! category and represents a tuple in the #__categories table 

JModelComponent

This is a data access object for a Joomla! component and represents a tuple in the #__components table

JModelContent

This is a data access object for a Joomla! content item and represents a tuple in the #__content table

JModelMenu

This is a data access object for a Joomla! menu item and represents a tuple in the #__menus table

JModelModule

This is a data access object for a Joomla! module and represents a tuple in the #__modules table

JModelPlugins

This is a data access object for a Joomla! plugin and represents a tuple in the #__plugins table

JModelSection

This is a data access object for a Joomla! section and represents a tuple in the #__sections table

JModelSession

This is a data access object for a Joomla! session and represents a tuple in the #__sessions table

JModelUser

This is a data access object for a Joomla! user and represents a tuple in the #__users table

Last Updated ( Saturday, 04 February 2006 )
 
< Prev   Next >