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