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:
11
core/lib/Thelia/Controller/TheliaController.php
Normal file
11
core/lib/Thelia/Controller/TheliaController.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Thelia\Controller;
|
||||
|
||||
use Symfony\Component\HttpKernel\Controller\ControllerResolver;
|
||||
|
||||
|
||||
class TheliaController extends ControllerResolver {
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user