projetAcoBDDv30.03.26

This commit is contained in:
Aco
2026-03-30 16:10:26 +02:00
parent fedbf51c91
commit 455eee67f7
42 changed files with 2018 additions and 0 deletions

9
projetphp/views/base.php Normal file
View File

@@ -0,0 +1,9 @@
<?php use App\Infrastructure\View as V; ?>
<?php V::partial( 'header' ); ?>
<div class="main-body">
<?php V::inject( 'content'); ?>
</div>
<?php V::partial( 'footer' ); ?>