prepare('SELECT * FROM AccomodationServices'); $q->execute(); return $q->fetchAll(PDO::FETCH_ASSOC); } }