Ejemplo n.º 1
0
 protected function ShowGroups()
 {
     $this->set('allgroups', PilotGroups::GetAllGroups());
     $this->render('groups_grouplist.tpl');
 }