Phalcon-MongoDB-ODM icon indicating copy to clipboard operation
Phalcon-MongoDB-ODM copied to clipboard

MongoDB ODM for Phalcon framework for new mongodb php extension with query builder and rich functionality

Results 3 Phalcon-MongoDB-ODM issues
Sort by recently updated
recently updated
newest added

when i update or create a document,i call the update or create or save or increment...,those method return model itself($this),I want to know the execution results of these operations

hello, when i use limit() method query ,i get return results is not what i want . public static function queryNearby($longitude, $latitude, $maxdistance, $pageSize = 10, $pageNumber = 0) {...

In some cases `_id` can be just a string. But in methods `findById` and others hardcoded `ObjectId($id)` is used. So when I try to find by `String`, the response is...