Skip to content
Snippets Groups Projects
Commit 977d2112 authored by David Cazier's avatar David Cazier
Browse files

Update controleur-select-voiture-all.php

parent 0389f93c
No related merge requests found
......@@ -11,8 +11,7 @@ $pdo = connexion();
include('include/modele-voiture.php');
$voitures = select_voitures_all($pdo);
// Lancement du moteur Twig avec les données
echo $twig->render('view-select-voiture-all.twig', [
'voitures' => $voitures
]);
\ No newline at end of file
]);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment