- added method getLesForLv to education/Lehreinheit_model

- added methods direktUserAdd, direktuserDelete (for direkt User Zuordnung to le) to education/Lehreinheitgruppe_model
- added method getLvsByStudent to education/Lehrveranstaltung_model
- Added hasSequence = false to Benutzergruppe_model
- fixed typo in lehrveranstaltungDBML
This commit is contained in:
alex
2019-03-06 19:03:02 +01:00
parent 31b0e8bea3
commit 68dd0f3cb8
5 changed files with 334 additions and 3 deletions
@@ -10,5 +10,6 @@ class Benutzergruppe_model extends DB_Model
parent::__construct();
$this->dbTable = 'public.tbl_benutzergruppe';
$this->pk = array('gruppe_kurzbz', 'uid');
$this->hasSequence = false;
}
}