コード例 #1
0
ファイル: PilotAdmin.php プロジェクト: rallin/phpVMS
 protected function ShowGroups()
 {
     $this->set('allgroups', PilotGroups::GetAllGroups());
     $this->render('groups_grouplist.tpl');
 }