A simple framework starting place put together from Level-2 and good practices
- To provide a quick base framework to build a site off of
- To use an easily configurable Module system
Many of these are from @TomBZombie
- Ensure that the MVC Models are not Domain Models
- Use interfaces over inheritance
- Keep things loosely coupled
- Create a class called Config\DatabaseSettings with public properties: localUsername, localPassword, onlineUsername, onlinePassword
This project uses Sass for stylesheets.
If the page is issuing a 400 error then it is probably because a file in the framework list cannot be found