We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
`CModule::IncludeModule("iblock"); //подключаем модуль инфоблока
$arSelect = Array("ID", "IBLOCK_ID", "NAME"); // свойства которые необходимо достать $arFilter = Array("IBLOCK_ID"=>17, "ID"=>256); //фильтр $res = CIBlockElement::GetList(Array(), $arFilter, $arSelect); //сам запрос while ($ar_props=$res->Fetch ()){ $arElement['PROPERTY']['EVENT_TYPE'] = $ar_props; } `