Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. $data["sort_false"] = $modx->runSnippet('pdoResources', [
  2. 'select' => 'id, condition, maxday, maxsum, minday, minsum, pagetitle',
  3. 'parents' => 2,
  4. 'depth' => 1,
  5. 'limit' => null,
  6. 'sortdir' => 'ASC',
  7. 'includeTVs' => 'condition, minsum, maxsum, minday, maxday',
  8. 'where' => ["minsum>$money OR $money>maxsum OR minday>$day OR $day>maxday"],
  9. 'tvPrefix' => '',
  10. 'return' => 'json'
  11. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement