First commit
This commit is contained in:
6
vue/bibliotheque.php
Normal file
6
vue/bibliotheque.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<h2>Liste des livres</h2>
|
||||
<ul>
|
||||
<?php foreach ($livres as $livre): ?>
|
||||
<li>[<?= $livre['nom'] ?>] <?= $livre['titre'] ?> - <?= $livre['auteur'] ?> (<?= $livre['annee'] ?>)</li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
Reference in New Issue
Block a user