Implement more DataMapper stuff. Allow routing to pass args to controllers.
authorCameron Ball <c.ball1729@gmail.com>
Mon, 15 Sep 2014 16:28:48 +0000 (00:28 +0800)
committerCameron Ball <c.ball1729@gmail.com>
Mon, 15 Sep 2014 16:28:48 +0000 (00:28 +0800)
commit0549f39194b9cda858111cb43d59d604ca406497
tree040291c88def7a08415161f6841d82e0a63cdbc1
parent2062617659655ee3157095f097e2929ca2010df7
Implement more DataMapper stuff. Allow routing to pass args to controllers.
Controllers/IndexController.php
Controllers/SimfileController.php
DataAccess/DataMapper/DataMapper.php
DataAccess/DataMapper/IDataMapper.php
DataAccess/StepMania/SimfileRepository.php
Services/Routing/IRoute.php
Services/Routing/IRouter.php
Services/Routing/Route.php
Services/Routing/Router.php
config/Routes.php
public_html/index.php