Guest User

Untitled

a guest
Jul 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $query->Where(
  2. array(
  3. '=',
  4. array(
  5. Query::$FIELD,
  6. 'ID'
  7. ),
  8. array(
  9. Query::$INTEGER,
  10. $id
  11. )
  12. )
  13. );
Add Comment
Please, Sign In to add comment