26.03.2012 Bitrix No comments GetNextElement
Вывод всех свойств и всех полей
$res = CIBlockElement::GetByID($_GET["PID"]); if($obRes = $res->GetNextElement()) { $arPurFields = $obRes -> GetFields(); $arPurProperties = $obRes -> GetProperties(); }