From c538d26b8af73c13cc584cb1fb3a5f72b0493380 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Thu, 19 Jun 2014 22:59:03 +0800 Subject: [PATCH] Restructure application. Add README files to clearly explain what each directory is and what it will contain. --- {public_html/vendor/DivinElegy => app/bll}/Artists.php | 2 +- app/bll/README.md | 3 +++ {public_html/vendor/DivinElegy => app/bll}/Simfile.php | 2 +- app/datamappers/README.md | 5 +++++ app/model/README.md | 9 +++++++++ app/services/README.md | 8 ++++++++ app/view/README.md | 3 +++ lib/base/README.md | 7 +++++++ public_html/app/Model/queef | 0 9 files changed, 37 insertions(+), 2 deletions(-) rename {public_html/vendor/DivinElegy => app/bll}/Artists.php (50%) create mode 100644 app/bll/README.md rename {public_html/vendor/DivinElegy => app/bll}/Simfile.php (97%) create mode 100644 app/datamappers/README.md create mode 100644 app/model/README.md create mode 100644 app/services/README.md create mode 100644 app/view/README.md create mode 100644 lib/base/README.md delete mode 100644 public_html/app/Model/queef diff --git a/public_html/vendor/DivinElegy/Artists.php b/app/bll/Artists.php similarity index 50% rename from public_html/vendor/DivinElegy/Artists.php rename to app/bll/Artists.php index 4df79b2..008951d 100644 --- a/public_html/vendor/DivinElegy/Artists.php +++ b/app/bll/Artists.php @@ -1,5 +1,5 @@