[00:44:23] <docmur> Hey guys, I'm trying to get a little PHP script to read from my MongoDB and print everything to the console. I can go into the mongo client on the command line and with db.users; db.collection.find(), print the data. My mongo config is listening on 27017 localhost 127.0.0.1, I'm using the Mongo driver from Composer MongoDB 1.1, but this script doesn't print anything :S, can anyone see a problem: