Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MasterHans/88c665e4eb6e2da699dcc380f0fabd1e to your computer and use it in GitHub Desktop.
Save MasterHans/88c665e4eb6e2da699dcc380f0fabd1e to your computer and use it in GitHub Desktop.
1С Битрикс получить количество элементов в инфо блоке
<?
$arFilter = [
"IBLOCK_ID" => MAIN_CATALOG_IB_ID,
"ACTIVE" => "Y",
];
$iCount = CIBlockElement::GetList(false, $arFilter, array());
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment