Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ginnw2/294a13400d2f4d64b75b6e2ebabfd25d to your computer and use it in GitHub Desktop.
Save Ginnw2/294a13400d2f4d64b75b6e2ebabfd25d to your computer and use it in GitHub Desktop.
<?$rsResult = CIBlockSection::GetList(array("SORT" => "ASC"), array("IBLOCK_ID" => $arParams["IBLOCK_ID"], "ID" => $arResult['SECTION']['ID']), false, $arSelect = array("UF_*"));
while ($arResult = $rsResult -> GetNext())
{?>
<?//echo '<pre>'; print_r($arResult); echo '<pre>';?>
<?}?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment