mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
WIP Gesamtnoteneingabe Notenberechnung endpoint
This commit is contained in:
@@ -11,4 +11,13 @@ class Note_model extends DB_Model
|
||||
$this->dbTable = 'lehre.tbl_note';
|
||||
$this->pk = 'note';
|
||||
}
|
||||
|
||||
public function getAll() {
|
||||
$qry ="SELECT *
|
||||
FROM lehre.tbl_note";
|
||||
|
||||
return $this->execReadOnlyQuery($qry);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user