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.
- 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
Build the Data Model for our playlist application.
Ralph's solution can be found in the ralph branch.