Prüfungsverwaltung: Prüfer kann Beurteilungen eintragen

This commit is contained in:
Stefan Puraner
2014-04-17 06:40:43 +00:00
parent 2002cefb0a
commit 431f7eed82
13 changed files with 1516 additions and 546 deletions
+5
View File
@@ -641,6 +641,11 @@ class pruefungCis extends basis_db
return false;
}
/**
* Lädt alle Prüfungen
* @param String $mitarbeiter_uid UID des Mitarbeiters (optional)
* @return boolean
*/
public function getAllPruefungen($mitarbeiter_uid = NULL)
{
$qry = 'SELECT * FROM campus.tbl_pruefung';