Re: Reverse Bake?

2008-02-13 Thread Adam Royle
This is not really possible using just the class information alone - the fields are dynamically read from the database, and not hardcoded into the class. You could probably have your table names and key fields generated, but personally I don't really see the point. If you use a mysql gui such as n

Reverse Bake?

2008-02-13 Thread wilson
Hi, I heard a developer friend mention once that he heard of CakePHP considering sort of a 'reverse baking' technique, in that the database structure is created automatically from the model relationships. Could anyone verify this? And if true point me to the thread, it sounds very interesting a