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