I am using Doctrine MongoDB within Symfony2, but now I want to do some things which for me are easier without the ODM, how can I get the MongoClient or MongoCollection object?
I want to use MongoDB in the old-fashioned way like: http://php.net/manual/en/mongocollection.find.php