Philly PHP Repository for teaching some fundamentals of application design
-
Clone the repository
-
Start the site using PHPs built in web server from the command line
``php -S localhost:8000
### How are classes wired up? ###
![yUML diagram](./ClassDiagram.svg)
<img src="./ClassDiagram.svg">
### How are the database tables structured? ###
![yUML diagram](./DatabaseDiagram.svg)
<img src="./DatabaseDiagram.svg">