Version fonctionnelle sans classe

This commit is contained in:
2025-09-14 22:22:37 +02:00
parent 2a1804109b
commit 0c8a13db63
3 changed files with 0 additions and 17 deletions

View File

@@ -1,14 +0,0 @@
<?php
class Livre {
function getAll() {
}
function ajouter($titre, $auteur, $annee) {
}
}
?>

View File

@@ -1,3 +0,0 @@
<?php
?>