Implement download entity and related stuff. Will build things like user quota on...
authorCameron Ball <cameron@getapproved.com.au>
Fri, 28 Nov 2014 08:00:22 +0000 (16:00 +0800)
committerCameron Ball <cameron@getapproved.com.au>
Fri, 28 Nov 2014 08:00:22 +0000 (16:00 +0800)
commit27455af77583be84db42fd439a14c58bfac7a794
tree374238281f97d32a7bb2f2e92d47ffd646fea8e2
parentac175f77bc3f7960f826746eed54006eda758dd3
Implement download entity and related stuff. Will build things like user quota on top of this.
16 files changed:
Controllers/DownloadTestController.php [new file with mode: 0644]
Controllers/PackTestController.php [deleted file]
DataAccess/DownloadRepository.php [new file with mode: 0644]
DataAccess/IDownloadRepository.php [new file with mode: 0644]
DataAccess/Queries/DownloadQueryConstraints.php [new file with mode: 0644]
DataAccess/Queries/IDownloadQueryConstraints.php [new file with mode: 0644]
DataAccess/Queries/QueryConstraints.php [deleted file]
Domain/Entities/Download.php [new file with mode: 0644]
Domain/Entities/DownloadFactory.php [new file with mode: 0644]
Domain/Entities/IDownload.php [new file with mode: 0644]
Services/IUserSession.php
Services/UserSession.php
config/DI.php
config/DataMaps.php
config/Routes.php
public_html/index.php