コード例 #1
0
ファイル: Mongo.php プロジェクト: raz0rsdge/horde
 /**
  */
 public function createMongoIndices()
 {
     foreach ($this->_indices as $key => $val) {
         $this->_db->createIndices($key, $val);
     }
 }