General Introduction
Structure for Iblock Module Tables
Add
CounterInc
Delete
GetByID
GetElementGroups
GetIBlockByID
GetList
GetProperty
GetPropertyValues
GetPropertyValuesArray
SetElementSection
SetPropertyValueCode
SetPropertyValues
SetPropertyValuesEx
SubQuery
Update
UpdateSearch
createMnemonicCode
generateMnemonicCode
Iblock custom forms
CounterInc
CIBlockElement::CounterInc( int ID );Increments the element views counter. The increment operations respect the uniqueness of the element views within a single session.
Parameters
Parameter | Description |
---|---|
ID | Element ID. |
Example
<? if(CModule::IncludeModule("iblock")) CIBlockElement::CounterInc($ID); ?>
© «Bitrix24», 2001-2024
Up