| Код |
|---|
$arFilter = Array("IBLOCK_ID"=>IntVal($arResult['PROPERTIES']['GIFT']['LINK_IBLOCK_ID']), "ACTIVE_DATE"=>"Y", "ACTIVE"=>"Y", "ID" => array("IN", "1,2,3"));
$res = CIBlockElement::GetList(Array(), $arFilter, false, Array("nPageSize"=>50), Array()); |