Implement WIP routing.
authorCameron Ball <cameron@getapproved.com.au>
Fri, 12 Sep 2014 08:39:29 +0000 (16:39 +0800)
committerCameron Ball <cameron@getapproved.com.au>
Fri, 12 Sep 2014 08:39:29 +0000 (16:39 +0800)
commit612498dc755c3fa7109b31f0f63e55d7881b8c45
tree107b2ef7a7d663af035f343e37ca0cda47b77ca1
parent55d5a84a7acc674338e93e05db3059a0c503aae6
Implement WIP routing.
Controllers/IndexController.php
Services/Http/HttpRequest.php
Services/Http/IHttpRequest.php
Services/Routing/IRoute.php [new file with mode: 0644]
Services/Routing/Route.php [new file with mode: 0644]
Services/Routing/Router.php [new file with mode: 0644]
public_html/.htaccess [new file with mode: 0644]
public_html/index.php