Top "Mongodb-php" questions

MongoDB is a document oriented NoSQL database.

MongoDB and CodeIgniter

Can anyone assist in pointing me to a tutorial, library, etc. that will allow me to work with MongoDB from …

php codeigniter mongodb mongodb-php
Mongodb $push in nested array

I want add new data my nested array My document is: { "username": "erkin", "email": "[email protected]", "password": "b", "playlists": [ { "_…

mongodb mongodb-php
How to use MongoDB in Laravel Framework

I'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-php
Mongodb query specific month|year not date

How can I query a specific month in mongodb, not date range, I need month to make a list of …

mongodb mongodb-query mongodb-php
Find a document with ObjectID in mongoDB

When I inserted some documents into a collection (without an ObjectID) mongoDB adds its own ObjectIDs. I want to query …

php mongodb mongodb-php
Mongodb php get id of new document?

Creating a document: $db->collection->insert($content); // $newDocID = ??? I'm trying to get the new document's id. How? Thanks.

php mongodb mongodb-php
How to query mongo in php?

So I've got this simple login function that is trying to match email address with a password in the database …

php mongodb mongodb-php
Numeric Collection Name Remove

How 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-php
How to set timeout to infinite to avoid MongoCursorTimeoutException in php

I am running the php script which fetch data from mongodb. I have a very huge database and I am …

php mongodb mongodb-php
MongoDB: Use save() to update an existing document in a collection

everybody. I love manga. And now I am learning to love mongo too :-) There is an explanation of how …

mongodb mongodb-php