Пример #1
0
 /**
  */
 public function createMongoIndices()
 {
     foreach ($this->_indexes as $collection => $indices) {
         $this->_mongo->createIndices($collection, $indices);
     }
 }