db = new EnthaeltModel(); } public function getInhaltsstoffe($gerichtId) { $result = $this->db->getEnthaelt($gerichtId); return json_encode($result); } public function insertEnthaelt($data) { $result = $this->db->insertEnthaelt($data); return json_encode($result); } } ?>