| Amiro.Ru / Manual | |||||
|
Packages:
DB Debug Driver_PaymentSystem Environment Library Module ModuleComponent Package Plugin Plugin_AJAXResponder Plugin_Sample Service Template TxCommand TxService Hyper_AmiCatalog Hyper_AmiClean Hyper_AmiEshopShipping Hyper_AmiExt Hyper_AmiFiles Hyper_AmiMultifeeds Hyper_AmiSearch Hyper_AmiUsers Config_AmiCatalog_Items Config_AmiClean_AmiNewsList Config_AmiClean_AmiSample Config_AmiClean_EshopOrder Config_AmiClean_Webservice Config_AmiEshopShipping_Fields Config_AmiEshopShipping_Methods Config_AmiEshopShipping_Types Config_AmiFake_AmiroPayDrvExample Config_AmiFiles_Files Config_AmiMultifeeds_Articles Config_AmiMultifeeds_Blog Config_AmiMultifeeds_FAQ Config_AmiMultifeeds_News Config_AmiMultifeeds_PhotoGallery Config_AmiMultifeeds_Stickers Config_AmiUsers_Users Module_Catalog Module_Pages Module_Sample Module_SearchHistory
Classes:
Controller
AmiMultifeeds_BlogCat_FormAdm AmiMultifeeds_BlogCat_Rules AmiMultifeeds_NewsCat_Adm AmiMultifeeds_NewsCat_FilterAdm AmiMultifeeds_NewsCat_FormAdm AmiMultifeeds_NewsCat_ListActionsAdm AmiMultifeeds_NewsCat_ListAdm AmiMultifeeds_NewsCat_ListGroupActionsAdm AmiMultifeeds_NewsCat_Rules AmiMultifeeds_News_Adm AmiMultifeeds_News_BrowseItemsFrn AmiMultifeeds_News_CatDetailsFrn AmiMultifeeds_News_CatDetailsViewFrn AmiMultifeeds_News_CatsFrn AmiMultifeeds_News_DetailsFrn AmiMultifeeds_News_DetailsViewFrn AmiMultifeeds_News_EmptyFrn AmiMultifeeds_News_FilterAdm AmiMultifeeds_News_FilterFrn AmiMultifeeds_News_FilterModelFrn AmiMultifeeds_News_FormAdm AmiMultifeeds_News_Frn AmiMultifeeds_News_ItemsFrn AmiMultifeeds_News_ListActionsAdm AmiMultifeeds_News_ListAdm AmiMultifeeds_News_ListGroupActionsAdm AmiMultifeeds_News_Rules AmiMultifeeds_News_SpecblockFrn AmiMultifeeds_News_StickyCatsFrn AmiMultifeeds_News_StickyItemsFrn
Model
AmiMultifeeds_NewsCat_FilterModelAdm AmiMultifeeds_NewsCat_State AmiMultifeeds_NewsCat_Table AmiMultifeeds_NewsCat_TableItem AmiMultifeeds_NewsCat_TableItemModifier AmiMultifeeds_NewsCat_TableList AmiMultifeeds_News_FilterModelAdm AmiMultifeeds_News_Meta AmiMultifeeds_News_State AmiMultifeeds_News_Table AmiMultifeeds_News_TableItem AmiMultifeeds_News_TableItemModifier AmiMultifeeds_News_TableList
View
AmiMultifeeds_NewsCat_FilterViewAdm AmiMultifeeds_NewsCat_FormViewAdm AmiMultifeeds_NewsCat_ListViewAdm AmiMultifeeds_News_BrowseItemsViewFrn AmiMultifeeds_News_CatsViewFrn AmiMultifeeds_News_EmptyViewFrn AmiMultifeeds_News_FilterViewAdm AmiMultifeeds_News_FormViewAdm AmiMultifeeds_News_ItemsViewFrn AmiMultifeeds_News_ListViewAdm AmiMultifeeds_News_SpecblockViewFrn AmiMultifeeds_News_StickyCatsViewFrn AmiMultifeeds_News_StickyItemsViewFrn AmiMultifeeds_News_SubitemsViewFrn |
Loading search... The AmiMultifeeds_News_TableList classAMI_ModTableList | --Hyper_AmiMultifeeds_TableList | --AmiMultifeeds_News_TableList • IntroductionAmiMultifeeds/News configuration table list model. • Class synopsis/* Inherited Properties */
// Recordset columns
// Expression columns struct
// Do calculate found rows
// Number of found rows (works only when bCalcFoundRows is true).
// DB_Query object
protected
AMI_ModTableList::$oQuery;
// DB recordset
protected
AMI_ModTableList::$oRS;
// AMI_ModTable object
protected
AMI_ModTableList::$oTable;
/* Inherited Methods */
// Initializing table list data.
// Set the SQL_CALC_FOUND_ROWS selection flag.
// Repairs item position.
// Adds several columns at time for list selection.
// Adds expression column to list selection.
public
AMI_ModTableList::addExpressionColumn ( string $name, DB_Snippet|string $expression, [ string $model = '' ] ) returns AMI_ModTableList;
// Adds expression to selection.
public
AMI_ModTableList::addExpressionField ( DB_Snippet|string $expression ) returns AMI_ModTableList;
// Adds grouping.
// Adds having definition.
// Adds navigation columns.
// Adds order.
public
AMI_ModTableList::addOrder ( string $field, [ string $direction = '' ] ) returns AMI_ModTableList;
// Adds item search condition.
// Adds columns to SELECT from table in DB_Query.
// Adds where definition.
// Counts elements of an object.
// Returns the current element.
// Deletes column from list selection.
public
AMI_ModTableList::dropColumn ( string $name, [ string $model = '' ] ) returns AMI_ModTableList;
// Exludes fields not from available list.
// Returns array of available fields.
// Returns field name with its alias or expression.
public
AMI_ModTableList::getColumn ( string $column, [ string $alias = '' ], [ bool $bAppendEventFields = TRUE ] ) returns bool;
// Returns real field name by its alias.
// Make the query and return recordset for selected fields.
// Returns main table alias.
// Get the number of found rows when bCalcFoundRows is true.
// Gets position of the applied element.
public
AMI_ModTableList::getPosition ( string $fieldName, integer $appliedValue, integer $position ) returns integer;
// Returns table object.
// Returns TRUE if list model has passed column (including expression columns).
public
AMI_ModTableList::hasColumn ( string $column, [ string $alias = '' ], [ bool $bAppendEventFields = TRUE ] ) returns bool;
// Returns the key of the current element.
// Called before recordset initialization. Allows to add additional list query parameters.
// Move forward to next element.
// Forces list to collect page sublinks after all data loaded.
// Rewinds the Iterator to the first element.
// Seeks to a position.
// Sets having definition.
// Specifies to autoexlude or not invalid columns during AMI_ModTableList::addColumns().
// Sets a dependent model and loads its data to a new column $fieldAlias after the list data was loaded.
public
AMI_ModTableList::setLateDataBinding ( string $modelField, string $fieldAlias, string $bindedModel, string $bindedField, [ $oWhereDefSnippet = null ], [ string $bindedKey = null ], [ string $default = null ], [ $bindEnumerating = array() ] ) returns AMI_ModTableList;
// Sets limit parameters.
// Sets where definition.
// Checks if current position is valid.
// Destructor.
// Returns module id.
}
Tags:
|