Tentative work on controllers and repositories.
authorCameron Ball <cameron@getapproved.com.au>
Mon, 8 Sep 2014 09:05:10 +0000 (17:05 +0800)
committerCameron Ball <cameron@getapproved.com.au>
Mon, 8 Sep 2014 09:05:10 +0000 (17:05 +0800)
commitf7c0f56d3ba4aa5b5bc6e960518991b80bc4a5c5
treec9294fdce0bcce4175b796e3181c98d8bb8b1c2b
parentd7bd06466c7466b69414b1e589dc9384debf9280
Tentative work on controllers and repositories.
Controllers/AbstractController.php [new file with mode: 0644]
Controllers/HomeController.php [new file with mode: 0644]
Controllers/IDivineController.php [new file with mode: 0644]
DataAccess/DataMapper/DataMapper.php
DataAccess/IRepository.php [new file with mode: 0644]
DataAccess/StepMania/SimfileRepository.php [new file with mode: 0644]
Services/HttpResponse.php [new file with mode: 0644]
Services/IHttpResponse.php [new file with mode: 0644]