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

6
test.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
require("./modele/Livre.php");
$livres = new Livre();
var_dump($livres->getAll());
?>