sauvegarde 10/10/2012
Début d'implémentation du controlleur / matcher pour le routing Voir http://dev.thelia.net/index.php?title=Routing
This commit is contained in:
@@ -22,11 +22,11 @@ if( false === in_array($request->getClientIp(), $trustIp)){
|
||||
|
||||
$thelia = new Thelia('dev', true);
|
||||
|
||||
var_dump($thelia->getContainer());
|
||||
//var_dump($thelia->getContainer());
|
||||
|
||||
//$response = $thelia->handle($request)->prepare($request)->send();
|
||||
//
|
||||
//$thelia->terminate($request, $reponse);
|
||||
$response = $thelia->handle($request)->prepare($request)->send();
|
||||
|
||||
$thelia->terminate($request, $reponse);
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user