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

Update controleur-select-voiture-byid.php

parent 498dce8b
No related merge requests found
......@@ -15,8 +15,7 @@ $id = intval($id);
include('include/modele-voiture.php');
$voiture = select_voitures_byid($pdo, $id);
// Lancement du moteur Twig avec les données
echo $twig->render('view-select-voiture-byid.twig', [
'voiture' => $voiture
]);
\ 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