Guest User

Untitled

a guest
Feb 23rd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $res = CIBlockSection::GetList(
  2. array('left_margin' => 'asc'),
  3. array(
  4. 'IBLOCK_ID' => 2
  5. ),
  6. false,
  7. array('*')
  8. // array('iNumPage' => 2, 'nPageSize' => 10)
  9. );
  10. while ($item = $res->GetNext()) {
  11. echo "<pre>"; var_dump($item["NAME"]); echo "</pre>";
  12. }
Add Comment
Please, Sign In to add comment