Example #1
0
 function actdelgroup()
 {
     $model = new User();
     $model->delGroup();
     $this->redirect('/user/group/');
 }