Top "Mongodb-php" questions

MongoDB is a document oriented NoSQL database.

Mongodb php query, search in array?

I am looking for a way to search for a keyword (ex. "Henrik") in the "answers" array of documents with …

php mongodb mongodb-php
How to convert MongoDB BSONDocument to valid JSON in PHP?

I am using MongoDB with the PHP Library. I inserted a valid JSON document inside MongoDB using PHP. I am …

php json mongodb bson mongodb-php
how to integrate mongodb library in codeigniter for database connection with mongodb

I am creating application with codeigniter and mongodb database. As codeigniter doesn't contain mongodbs driver, I have used built in …

codeigniter mongodb-php
Mongo Map Reduce first time

First time Map/Reduce user here, and using MongoDB. I have a lot of page visit data which I'd like …

php mongodb mapreduce mongodb-php
php mongodb : Call to undefined method MongoDB::insert() in db.php

I'm running this code: $db = new Mongo("mongodb://user:[email protected]:27081/dbname"); $collection = $db->foobar; $collection->…

php mongodb mongodb-php
Changing default username/password in RockMongo

I've just set up RockMongo as per these instructions, but I can't see how to change my username/password from …

php mongodb mongodb-php
Is it ideal that MongoDB is using 150 MB memory?

This is the first project by me which is using MongoDB. I have hosted it on a linode (a VPS …

mongodb mongodb-php
Query With Projection In MongoDB, PHP Syntax?

What is the php syntax which will do the work which the following mongodb Shell does? > db.SoManySins.find({},{"_…

mongodb mongodb-php
MongoDB shell's db.stats() in php and python

I can see the statistics from Mongo shell as db.stats() or db.collection_name.stats() How do I view …

python php mongodb pymongo mongodb-php
mongodb aggregation framework group by two fields

I'm querying my database using aggregation and pipeline, with two separate queries: $groups_q = array( '$group' => array( '_…

php codeigniter mongodb mongodb-php mongodb-query