Exemplo n.º 1
0
 /**
  */
 public function createMongoIndices()
 {
     foreach ($this->_indices as $key => $val) {
         $this->_db->createIndices($key, $val);
     }
 }