Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 332 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 332 Bytes

Slim Tutorial to MVC

Take the slim tutorial found at http://www.slimframework.com/docs/v3/tutorial/first-app.html. Original code found at slimphp/Tutorial-First-Application. Structure it for a clearer MVC format.

  • Dependencies to their own class.
  • Routes to their own class.
  • Routes use controller classes.
  • Use sqlite db