Skip to content

Instantly share code, notes, and snippets.

@nyphalim
Created November 2, 2015 07:27
Show Gist options
  • Select an option

  • Save nyphalim/8cf1e51a8df4284e3199 to your computer and use it in GitHub Desktop.

Select an option

Save nyphalim/8cf1e51a8df4284e3199 to your computer and use it in GitHub Desktop.
filter events
$arFilter = Array(
"IBLOCK_ID"=>array("6", "22", "4"),
"ACTIVE"=>"Y",
array(
"LOGIC" => "OR",
array("PROPERTY_AUTHORS"=> $arResult["ID"]),
array("PROPERTY_author"=> $arResult["ID"]),
),
">PROPERTY_WDATE" => FormatDate("Y-m-d H:i", mktime(date("H"), 0, 0, date("m"), date("d"), date("Y"))),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment