Exemplo n.º 1
0
 /**
  * 删除特定索引
  *
  * @param string $keys            
  * @return string
  */
 public function deleteIndex($keys)
 {
     $keys = $this->toArray($keys);
     $rst = $this->_model->deleteIndex($keys);
     return $this->result($rst);
 }