Initial Commit
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 20 Aug 2015 13:33:42 +0000 (09:33 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 20 Aug 2015 13:33:42 +0000 (09:33 -0400)
README.md [new file with mode: 0644]
controllers/admin.php [new file with mode: 0644]
controllers/front.php [new file with mode: 0644]
css/front/coupons.css [new file with mode: 0644]
index.php [new file with mode: 0644]
js/front/coupons.js [new file with mode: 0644]
models/coupon.php [new file with mode: 0644]
models/database.php [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..bfe6875
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# Gaslight Media Coupons #
+.
+### Files ###
+├── controllers
+│   ├── admin.php
+│   └── front.php
+├── css
+│   ├── admin
+│   └── front
+│       └── coupons.css
+├── index.php
+├── js
+│   ├── admin
+│   └── front
+│       └── coupons.js
+├── models
+│   ├── coupon.php
+│   └── database.php
+├── README.md
+└── views
+    ├── admin
+    └── front
diff --git a/controllers/admin.php b/controllers/admin.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/controllers/front.php b/controllers/front.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/css/front/coupons.css b/css/front/coupons.css
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/index.php b/index.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/js/front/coupons.js b/js/front/coupons.js
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/models/coupon.php b/models/coupon.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/models/database.php b/models/database.php
new file mode 100644 (file)
index 0000000..e69de29