Implement basic router and a controller for simfile API. Need to make some changes...
authorCameron Ball <c.ball1729@gmail.com>
Mon, 15 Sep 2014 11:52:10 +0000 (19:52 +0800)
committerCameron Ball <c.ball1729@gmail.com>
Mon, 15 Sep 2014 11:52:10 +0000 (19:52 +0800)
commit2062617659655ee3157095f097e2929ca2010df7
tree14ae5777135752c2462520e0670acede2d6a2298
parent612498dc755c3fa7109b31f0f63e55d7881b8c45
Implement basic router and a controller for simfile API. Need to make some changes to DataMapper to allow it to return multiple etities.
13 files changed:
Controllers/AbstractBaseController.php [deleted file]
Controllers/IDivineController.php
Controllers/IndexController.php
Controllers/SimfileController.php [new file with mode: 0644]
DataAccess/DataMapper/DataMapper.php
Services/Routing/IRoute.php
Services/Routing/IRouter.php [new file with mode: 0644]
Services/Routing/Route.php
Services/Routing/Router.php
config/DI.php
config/Routes.php [new file with mode: 0644]
public_html/.htaccess
public_html/index.php