예제 #1
0
파일: Database.php 프로젝트: im286er/ent
 /**
  * 清空整个集合
  *
  * @return string
  */
 public function drop()
 {
     $rst = $this->_model->drop();
     return $this->result($rst);
 }