From: Steve Sutton Date: Mon, 10 Nov 2014 01:38:10 +0000 (-0500) Subject: Moved notes.txt to README.md file X-Git-Tag: v1.0.1~33 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=89948ad68f8d44637910e001981d8c4d3d79c3d1;p=WP-Plugins%2Fglm-employment.git Moved notes.txt to README.md file --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..d445eba --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +#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 + + diff --git a/notes.txt b/notes.txt deleted file mode 100644 index 10d62d8..0000000 --- a/notes.txt +++ /dev/null @@ -1,37 +0,0 @@ -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 - -