Update MVC modèle
All components are in MVC mode Bug to registre presente
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
include_once('./vue/header.html');
|
||||
include_once('./vue/home/index.html');
|
||||
include_once('./modele/connexion_sql.php');
|
||||
if (!isset($_GET['section']) OR $_GET['section'] == 'index')
|
||||
{
|
||||
include_once('./controleur/home.php');
|
||||
}
|
||||
include_once('./vue/footer.html');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user