dbTable = 'lehre.tbl_note'; $this->pk = 'note'; } public function getAll() { $qry ="SELECT * FROM lehre.tbl_note"; return $this->execReadOnlyQuery($qry); } }