Guest User

Untitled

a guest
Aug 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $result = $db->venues->find(array("lat" => new MongoRegex("/$lat/"), "lng" => new MongoRegex("/$lng/")))->sort(array("checkins" => 1));
Add Comment
Please, Sign In to add comment