예제 #1
0
 public function remove($id, $pot = '')
 {
     $this->switching($this->_idx_table, $pot);
     return parent::remove($id);
 }