I am using Doctrine MongoDB within Symfony2, but now i want to do some things wich 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