Skip to content

All the code for the main PEP application

Notifications You must be signed in to change notification settings

Capping-CPCA/Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

62ed7c6 · Apr 5, 2018
Dec 13, 2017
Dec 13, 2017
Apr 5, 2018
Apr 5, 2018
Nov 9, 2017
Sep 28, 2017
Oct 31, 2017
Nov 1, 2017
Mar 20, 2018
Mar 20, 2018

Repository files navigation

CPCA Web Application

Project Structure

Directories

  • core/ - Contains key components of the PHP web app
  • models/ - Any sort of model that is reused
  • public/ - Where the application is run from
  • views/ - Location of all the application's pages

Files

  • config.php - Global configuration variable initialization

    • the define('BASEURL', ''); should be changed to whatever the server sees as the base URL
  • bootstrap.php - Run when the app first loads

  • routes.php - A collection of the app's routes

Development Help

See the Web-App wiki