query($sql)->fetchAll(PDO::FETCH_ASSOC); // Tri par statut $active = array_filter($holidays, fn($h) => in_array($h['status'], ['draft', 'planned', 'booked'])); $history = array_filter($holidays, fn($h) => in_array($h['status'], ['passed', 'archived'])); ?>
Aucun voyage en cours. Planifions quelque chose !