Questions tagged [mandango]

Mandango is an Object Document Mapper (ODM) for PHP and MongoDB.

Mandango is an Object Document Mapper (ODM) for and .

2 questions
2
votes
1 answer

Removing null objects from json in mongodb

I am using php and MongoDB, the opensource library that i am using makes an auto-generated code to make calls to mongodb. it is sort of an ODM layer. Now when i am using embedded documents, in the parent document, i have to update the set of…
Fr_nkenstien
  • 1,923
  • 7
  • 33
  • 66
-1
votes
1 answer

How to create autoincrement field in Mandango

I'm using in my project mandago ODM for mongodb. http://mandango.org I know that in MongoDb you can define JS functions on fields but I don't know how to do it with mandango. I create autoincrement ID field in more clever way than getting last…
Robert
  • 19,800
  • 5
  • 55
  • 85