
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
这是一Joomla数据访问对象!类,代表了#__categories表的元组
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
本文介绍了 Joomla 中用于数据访问的一系列抽象基类及其派生类,包括针对不同表的访问对象,如 JModelCategory、JModelContent 和 JModelUser 等。这些类实现了 Joomla 的核心数据交互功能。
6520

被折叠的 条评论
为什么被折叠?



