Skip to content

Instantly share code, notes, and snippets.

@OlegShchavelev
Created December 2, 2019 15:15
Show Gist options
  • Save OlegShchavelev/e190eee410b575d9e1f1482cb897d3de to your computer and use it in GitHub Desktop.
Save OlegShchavelev/e190eee410b575d9e1f1482cb897d3de to your computer and use it in GitHub Desktop.
where выборка TV по датам pdoResources
{set $today_date = '' | date : 'Y-m-d'}
{'!pdoResources' | snippet : [
'parents' => 40437,
'tplWrapper' => 'wrapper.article.sale',
'tpl' => 'row.article.sale',
'includeTVs' => 'img_article,date_start,date_finish',
'tvPrefix' => ''
'where' => [
'date_finish:>' => $today_date,
'OR:date_finish:==' => null
]
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment