views:

742

answers:

1

I have a cakephp app with some controllers using scaffolding for the logic and views... How can I make cake actually generate those as files and functions in my project that I can then modify and take ownership of...

It's nice to have this stuff as a starting point, but it can't be true that I need to start basically from scratch if I want to change the model properties that are exposed on the scaffold generated list page.

+2  A: 

You you can bake the code using the cake console script. It's all explained in the cookbook

Ronny Vindenes
you beat me. that's just what I was looking for
danb