Exemplo n.º 1
0
 /**
  * 清空整个集合
  *
  * @return string
  */
 public function drop()
 {
     $rst = $this->_model->drop();
     return $this->result($rst);
 }