Пример #1
0
 /**
  *
  */
 public function usersgroupsAction()
 {
     $this->setSubtitle2('Groups');
     $userGroups = new Usersgroups();
     $this->view->userGroups = $userGroups->fetchAll();
 }