Amiro.CMS API Reference
Amiro.Ru / Manual
Loading search...

Module Components.

CMS module is a set of components as item list, form, item details and etc.
Components have MVC design.

See AMI_ModTable to learn how to create your own models.

• Interfaces:

Model
AMI_iModTable - Module component table model interface.
AMI_iModTableItem - Module component item model interface.
AMI_iModTableItemMeta - Model meta data processor interface.
AMI_iModTableList - Module component list model interface.
Controller
AMI_iModComponent - Module component action controller interface.
View
AMI_iFormModTableItem - Item model interface used in form view.
AMI_iModFormView - Module form component view interface.

• Classes:

Model
AMI_ArrayIterator - Module array iterator model.
AMI_ArrayIteratorItem - Module array item model.
AMI_ArrayIteratorList - Module iterator list model.
AMI_CatModTable - Categories module table model.
AMI_CatModTableItem - Categories module table item model.
AMI_CatModTableList - Categories module table list model.
AMI_CatModule_FilterModelAdm - AMI_CatModule module item list component filter model.
AMI_CatModule_TableItemModifier - AMI_CatModule module table item model modifier.
AMI_Filter - Module component item list filter model.
AMI_ModSpecblock_ArrayIterator - Specblock array iterator model.
AMI_ModSpecblock_ArrayIteratorItem - Specblock array iterator item model.
AMI_ModSpecblock_ArrayIteratorList - Specblock array iterator list model.
AMI_ModTable - Module table model.
AMI_ModTableItem - Module table item model.
AMI_ModTableItemException - Module table item model exception.
AMI_ModTableItemMeta - Model meta data processor.
AMI_ModTableItemModifier - Module table item model modifier.
AMI_ModTableList - Module table list model.
AMI_Module_FilterModelAdm - AMI_Module module item list component filter model.
AMI_Module_TableItem - Common module table item model.
AMI_Module_TableItemModifier - AMI_Module module table item model modifier.
Controller
AMI_CatModule_FilterAdm - AMI_CatModule module admin filter component action controller.
AMI_CatModule_FormAdm - AMI_CatModule module admin form component action controller.
AMI_CatModule_ListActionsAdm - AMI_CatModule module list action controller.
AMI_CatModule_ListAdm - AMI_CatModule module admin list component action controller.
AMI_CatModule_ListGroupActionsAdm - AMI_CatModule module list group action controller.
AMI_CustomComponent - Abstract custom component controller.
AMI_ModCatsFrn - Module front cats body type action controller.
AMI_ModComponent - Module component action controller abstraction.
AMI_ModDetails - Module front details body type action controller.
AMI_ModEmptyFrn - Module front category empty body type action controller.
AMI_ModEmptyView - Module front category empty body type view.
AMI_ModFilter - Module filter component action controller.
AMI_ModFilterAdm - Module admin filter component action controller.
AMI_ModForm - Module form component action controller.
AMI_ModFormAdm - Module admin form component action controller.
AMI_ModItemsFrn - Module front items body type action controller.
AMI_ModList - Module list component action controller.
AMI_ModListActions - List action controller.
AMI_ModListAdm - Module admin list component action controller.
AMI_ModListAdmCommon - Common module admin list component action controller.
AMI_ModListGroupActions - List group action controller.
AMI_ModSpecblock - Module specblock component controller.
AMI_ModSpecblockList - Module specblock list component controller.
AMI_Module_FilterAdm - Common module admin filter component action controller.
AMI_Module_FormAdm - AMI_Module module admin form component action controller.
AMI_Module_ListActionsAdm - AMI_Module module list action controller.
AMI_Module_ListAdm - AMI_Module module admin list component action controller.
AMI_Module_ListGroupActionsAdm - AMI_Module module list group action controller.
View
AMI_CatModule_FilterViewAdm - AMI_CatModule module admin filter component view.
AMI_CatModule_FormViewAdm - AMI_CatModule module form component view.
AMI_CatModule_ListViewAdm - AMI_CatModule module admin list component view.
AMI_CustomComponentView - Abstract custom component view.
AMI_ModCatsView - Module front cats body type view.
AMI_ModCommonViewFrn - Module common front view.
AMI_ModDetailsView - Module front details body type view.
AMI_ModFilterView - Module filter component view abstraction.
AMI_ModFilterViewAdm - Module admin filter component view abstraction.
AMI_ModFormView - Module form component view abstraction.
AMI_ModFormViewAdm - Module admin form component view abstraction.
AMI_ModFormViewFrn - Module admin form component view abstraction.
AMI_ModItemsView - Module front items body type view.
AMI_ModListView - Module list component view abstraction.
AMI_ModListView_JSON - Module list component JSON view abstraction.
AMI_ModPlaceholderView - Module component view abstraction with placeholders support.
AMI_ModSpecblockListView - Module specblock list component view abstraction.
AMI_ModSubitemsView - Module front subitems body type view.
AMI_Module_FilterViewAdm - AMI_Module module admin filter component view.
AMI_Module_FormViewAdm - AMI_Module module form component view.
AMI_Module_ListViewAdm - Common module admin list component view.
AMI_View - View abstraction.
AMI_ViewEmpty - Empty view.
AMI_ModRules - Module rules callbacks.