Compare commits

1 Commits

Author SHA1 Message Date
0c8a13db63 Version fonctionnelle sans classe 2025-09-14 22:22:37 +02:00
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
?>