--- /dev/null
+#Gaslight Media Online Employment Application
+ Class setup for MVC
+
+##Models:
+ job.php = job posting
+ application.php = user submitted application form
+
+
+##Views:
+ Admin
+ index.php
+ listJobs.php
+ editJob.php
+ listApplications.php
+ viewApplication.php
+ printApplication.php
+
+ Front
+ index.php
+ listJobs.php
+ viewJob.php
+ applyOnline.php
+
+
+##Controllers:
+ pluginController.php
+ Used to setup the actions and hooks for the plugin to function in admin or the front.
+
+ adminController.php = for the admin side
+ activate-plugin.php
+ should have an init function for creating the database tables
+ upgrade-plugin.php
+ should have functions for upgrading the database versions
+
+ frontController.php = for front end
+
+
+++ /dev/null
-Gaslight Media Online Employment Application
- Class setup for MVC
-
-Models:
- job.php = job posting
- application.php = user submitted application form
-
-
-Views:
- Admin
- index.php
- listJobs.php
- editJob.php
- listApplications.php
- viewApplication.php
- printApplication.php
-
- Front
- index.php
- listJobs.php
- viewJob.php
- applyOnline.php
-
-
-Controllers:
- pluginController.php
- Used to setup the actions and hooks for the plugin to function in admin or the front.
-
- adminController.php = for the admin side
- activate-plugin.php
- should have an init function for creating the database tables
- upgrade-plugin.php
- should have functions for upgrading the database versions
-
- frontController.php = for front end
-
-