예제 #1
0
파일: CRUD.php 프로젝트: cal127/phpcrud
 public function resetFilters()
 {
     $this->orm->setWhereConditions($this->base_where_conditions);
 }