dbTable = 'public.tbl_vorlage'; $this->pk = 'vorlage_kurzbz'; } public function getMimeTypes() { // Checks rights if (($isEntitled = $this->isEntitled($this->dbTable, PermissionLib::SELECT_RIGHT, FHC_NORIGHT, FHC_MODEL_ERROR)) !== true) return $isEntitled; $query = 'SELECT DISTINCT mimetype FROM public.tbl_vorlage ORDER BY mimetype'; return $this->execQuery($query); } }