Open apartamenti opened 6 years ago
I am trying to get next and previous document.
$this->mongo_db->where_gt('_id',new MongoDB\BSON\ObjectId($id));
but the problem is $id has to be float to work in your where_gt function. If you know any other solutions please write me!
I like your library!
This feature of MongoDB was implemented later version 3.2. A little later I'll finalize the code with the ability to support this functionality.
MongoDB documentation about this.
Thank you!
I am trying to get next and previous document.
$this->mongo_db->where_gt('_id',new MongoDB\BSON\ObjectId($id));
but the problem is $id has to be float to work in your where_gt function. If you know any other solutions please write me!
I like your library!