SAND-framework/application/include/controlleurs/index.php
Emmanuel ROY 4f4743ba8b update nude-sand index
update in order to make it simple to understand
2020-12-09 09:07:15 +01:00

12 lines
279 B
PHP

<?php
use MVC\Classe\Dumper;
use MVC\Classe\Logger;
//Dumper::dump($_SESSION);
\MVC\Classe\ControlleurAction::inserer('default.makeHttp11',[]);
$templateData = array("templating_a"=>'blade',"templating_b"=>'twig',"templating_c"=>'edge');
Logger::addLog('ok', 'Hello world');