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 legacy CIBlockElement.
  • Пользователь строит список элементов инфоблока с фильтром по активности, дате или свойству (getList в D7 ORM или CIBlockElement::GetList) и спрашивает, как безопасно передать пользовательский ввод в фильтр.
  • The user needs to read or write iblock element properties (single, multiple, or list values) — via the D7 PropertyValues collection or the legacy CIBlockElement::GetProperty / SetPropertyValues.

When NOT to use

Installs
1
GitHub Stars
3
First Seen
Jul 3, 2026
iblock-elements — anyorgname/php-skills