Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 501 Bytes

File metadata and controls

21 lines (14 loc) · 501 Bytes

README

Example application exploring patterns in PHP.

Most classes will have a docblock with a @pattern-notes in the comment. This has more information on the patterns in use.

Overall

  • This is an MVC application.
  • It uses Service Location to get application services into controllers.
  • It has a pre-made sqlite database to use in /data/application.sqlite

Your Task

Build the Data Model for our playlist application.

Ralph's solution can be found in the ralph branch.