File Structure

From Earlham CS Department
Revision as of 16:32, 15 April 2012 by Gus (talk | contribs) (Created page with "/3rd - Third party plugins /cache - Storage folder for generated template files from smartie /controller - All the PHP functions that drive the site. Error catching code is also ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/3rd - Third party plugins /cache - Storage folder for generated template files from smartie /controller - All the PHP functions that drive the site. Error catching code is also here. /logs - logs are stored here /model - All the PHP for connecting//interacting with the mySQL database /res - javascript, CSS, and images for the UI of the site /setup - SQL setup statements for the database (creating tables, etc.) /tests - contains a validation script for e-mail addresses, and an example bash script for testing {This is where we can extend testing for the server project create, add find, delete find, etc}