Historisation Exemple
Exemple test historisé
This commit is contained in:
8
blog_mvc/blog.php
Normal file
8
blog_mvc/blog.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
include_once('modele/connexion_sql.php');
|
||||
|
||||
if (!isset($_GET['section']) OR $_GET['section'] == 'index')
|
||||
{
|
||||
include_once('controleur/blog/index.php');
|
||||
}
|
||||
Reference in New Issue
Block a user