mongodm icon indicating copy to clipboard operation
mongodm copied to clipboard

MongoDB ORM that includes support for references,embed and multilevel inheritance.

Results 19 mongodm issues
Sort by recently updated
recently updated
newest added

the latest extension of mongo is called MongoDb in pecl, mongo has already be deprecated laster year...

While I install the php from https://webtatic.com/packages/php71/#sapis for PHP7.2 ,PHP7.1 and PHP7.0, I have try to use find() function but the system throw me the error below. I install PHP7.2...

Since you are using static methods for queries, how is it possible to mock this library?

I am using v1.5.0. The readme says, in the connection section: `\Purekid\Mongodm\MongoDB::setConfigBlock` But the correct class is: `\Purekid\Mongodm\MongoDB::ConnectionManager::setConfigBlock`

I am not sure what I am doing wrong but this below query is not working, can you help? ``` if($this->input->has('filter')){ $filter = array( 'name' => array( '$regex' => $this->input->get('filter'))...

Hi Great work! Any plans to release a version with pure MongoDB extension support? Regards.

i am trying to use this with gridfs but am not sure if i need to create a modal for a file or not and can't seem to use set_file

I noticed there are numerous method conflicts with `getEmbed`, `setEmbed`, `getConnection`, etc. These all create issues with the the magic methods found here: https://github.com/purekid/mongodm/blob/master/src/Purekid/Mongodm/Model.php#L1504-L1513

bug

I recently met Mongo transaction trouble, I do not know how to deal with. I want to ask you is how to solve. Also, how to use mongo on your...

Are there any plans to add Geolocation data types at some stage ? It would be great to support GeoJSON types. How are people currently handling simple location data (Points)...