Created
March 28, 2019 15:38
-
-
Save MasterHans/88c665e4eb6e2da699dcc380f0fabd1e to your computer and use it in GitHub Desktop.
1С Битрикс получить количество элементов в инфо блоке
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
$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