Guest User

Untitled

a guest
Nov 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <php
  2.  
  3. \Bitrix\Iblock\ElementTable::GetList([
  4. 'filter' => [
  5. 'ACTIVE' => 'Y',
  6. [
  7. "LOGIC" => "OR",
  8. '<ACTIVE_FROM' => new \Bitrix\Main\DB\SqlExpression("NOW()"),
  9. 'ACTIVE_FROM' => null,
  10. ],
  11. [
  12. "LOGIC" => "OR",
  13. '>ACTIVE_TO' => new \Bitrix\Main\DB\SqlExpression("NOW()"),
  14. 'ACTIVE_TO' => null,
  15. ],
  16. ]
  17. ])
Add Comment
Please, Sign In to add comment