MongoDB is a document oriented NoSQL database.
Can anyone assist in pointing me to a tutorial, library, etc. that will allow me to work with MongoDB from …
php codeigniter mongodb mongodb-phpI want add new data my nested array My document is: { "username": "erkin", "email": "[email protected]", "password": "b", "playlists": [ { "_…
mongodb mongodb-phpI'm having a problem using the MongoDB with Laravel framework. I used this Laravel-MongoDB Here's the error I got /app/…
laravel-4 mongodb-phpHow can I query a specific month in mongodb, not date range, I need month to make a list of …
mongodb mongodb-query mongodb-phpWhen I inserted some documents into a collection (without an ObjectID) mongoDB adds its own ObjectIDs. I want to query …
php mongodb mongodb-phpCreating a document: $db->collection->insert($content); // $newDocID = ??? I'm trying to get the new document's id. How? Thanks.
php mongodb mongodb-phpSo I've got this simple login function that is trying to match email address with a password in the database …
php mongodb mongodb-phpHow can you drop a numeric collection from MongoDB? PRIMARY> db.123456789011.remove({}); Tue Mar 20 08:42:51 SyntaxError: missing ; before statement (shell):1 …
mongodb mongodb-phpI am running the php script which fetch data from mongodb. I have a very huge database and I am …
php mongodb mongodb-phpeverybody. I love manga. And now I am learning to love mongo too :-) There is an explanation of how …
mongodb mongodb-php