We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://yadi.sk/d/k8Tq9crb3EP7Wo
$res = \AB\Iblock\Element::getList([ 'select' => [ 'ID', 'TYPE' => 'PROPERTY.TYPE', 'EMAIL' => 'PROPERTY.EMAIL', 'ITEM_NAME' => 'PROPERTY.ITEM_NAME', 'ID_ORDER' => 'PROPERTY.ID_ORDER' ], 'filter' => [ 'IBLOCK_ID' => self::$ib_id, 'PROPERTY.ID_ORDER' => $id ] ]); $items = $res->fetchAll(); foreach($items as $item) { $ids = $item['ID']; if(!in_array($item['ID'], $ids)) $arRes[] = $item; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://yadi.sk/d/k8Tq9crb3EP7Wo
The text was updated successfully, but these errors were encountered: