Slide 7
Slide 7 text
CakePHP - Bake
• Bake is CakePHP's way of generating the basic Model, View,
Controller layer given a database schema
• So I've loaded a database schema in here already for a
simple bookmark system, that is provided from CakePHP's
documemation
bin/cake bake all users
bin/cake bake all bookmarks
bin/cake bake all tags