Ejemplo n.º 1
0
 public function getMongoDb()
 {
     return Epic_Mongo::getConnection($this->getConnection())->selectDB($this->getDb());
 }
Ejemplo n.º 2
0
 public function getMongoDb()
 {
     return Epic_Mongo::getConnection('default')->selectDB($this->dbName);
 }
Ejemplo n.º 3
0
 /**
  * @expectedException Epic_Mongo_Exception
  */
 public function testGetConnectionException()
 {
     Epic_Mongo::getConnection('doesnt_exist');
 }