We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you want to use Pecl Mongo functions directly, you can get MongoDb Object or MongoCollection Object.
$mongoDbObject = $this->Model->getMongoDb();
$mongo = $this->Model->getDataSource(); $mongoCollectionObject = $mongo->getMongoCollection($this->Model);
http://jp2.php.net/manual/en/class.mongodb.php
http://jp2.php.net/manual/en/class.mongocollection.php