php Bitrix CIBlockElement :: GetList

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Bitrix CIBlockElement :: GetList相关的知识,希望对你有一定的参考价值。

CModule::IncludeModule('iblock');
$arFilter = [
	'ACTIVE' => 'Y',
    'IBLOCK_ID' => 0,
//    'PROPERTY_' => 0,
];
$arSelectFields = [
//	  '*',
//    'IBLOCK_ID',
//    'ID',
];
$CDBResult = CIBlockElement::GetList(['SORT' => 'ASC'],$arFilter,false,false,$arSelectFields); //https://dev.1c-bitrix.ru/api_help/iblock/classes/ciblockelement/getlist.php
while ($element = $CDBResult->GetNext(true,false)) {
    $arElements[] = $element;
}

以上是关于php Bitrix CIBlockElement :: GetList的主要内容,如果未能解决你的问题,请参考以下文章

php Bitrix CIBlockElement ::添加

php СобытиепослеCIBlockElement:: SetPropertyValuesEx

php bitrix-php磁盘

php bitrix init.php

php bitrix-php任务

php 的Bitrix的PHP