iblock-elements
Installation
SKILL.md
Bitrix Iblock Elements
When to use
- The user needs to create, read, update, or delete Bitrix information block
elements and asks whether to use the D7 ORM
(
\Bitrix\Iblock\Elements\ElementTable) or the legacyCIBlockElement. - Пользователь строит список элементов инфоблока с фильтром по активности, дате
или свойству (
getListв D7 ORM илиCIBlockElement::GetList) и спрашивает, как безопасно передать пользовательский ввод в фильтр. - The user needs to read or write iblock element properties (single, multiple,
or list values) — via the D7
PropertyValuescollection or the legacyCIBlockElement::GetProperty/SetPropertyValues.