Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 221 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 221 Bytes

cpt-filmrating

CakePHP 3 demo showing how to:

  1. create migrations from command line (done)
  2. populate with data from faker
  3. model method to calulate weighted average on rating data
  4. model behaviour to do same