Пример #1
0
 /**
  */
 public function checkMongoIndices()
 {
     foreach ($this->_indices as $key => $val) {
         if (!$this->_db->checkIndices($key, $val)) {
             return false;
         }
     }
     return true;
 }