Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
That's what I needed .. figured it out.
$arFilter = array(
'IBLOCK_ID' => 12,
'ACTIVE' => 'Y',
);
$res = CIBlockElement::GetList(array(), $arFilter, false, false, array());
while ($try = $res->GetNextElement())
{
$el = $try->GetProperty("CML2_ARTICLE");
echo '<pre>';
print_r($el);
echo '<hr/></pre>';
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question