Branche classes

This commit is contained in:
2025-09-14 22:19:37 +02:00
parent 2a1804109b
commit 1aafd18ccd
10 changed files with 80 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
<?php
require("../modele/livres.php");
require("../controleur/LivreControleur.php");
$livres = getLivres();
$livres = new LivreControleur()->listerLivres();
include("../vue/header.php");
include("../vue/bibliotheque.php");