Example #1
0
 /**
  * 
  * 删除会员
  * @param integer $id
  */
 function delete($id, $parentId)
 {
     $this->model->delete($id);
     if (!empty($parentId)) {
     }
     //
     //		$this->session->set_flashdata('msg','删除成功');
     //		redirect('admin/coupontypes/index','refresh');
 }