예제 #1
0
파일: Mongo.php 프로젝트: jubinpatel/horde
 /**
  */
 public function createMongoIndices()
 {
     foreach ($this->_indexes as $collection => $indices) {
         $this->_mongo->createIndices($collection, $indices);
     }
 }