Exemplo n.º 1
0
 /**
  * 删除全部索引
  *
  * @return string
  */
 public function deleteIndexes()
 {
     $rst = $this->_model->deleteIndexes();
     return $this->result($rst);
 }