Re: Cake 2 : Any sort of automatic schema creation from models?

2011-01-28 Thread maxarbos
just to be clear what you are saying is that the only way a table and it's rows are created are by manually creating them in the db myself, right? On Jan 28, 2:44 pm, AD7six wrote: > On Jan 28, 5:04 pm, maxarbos wrote: > > > I read through the very minimal bake command d

Re: Cake 2 : Any sort of automatic schema creation from models?

2011-01-28 Thread maxarbos
; On Jan 26, 2011, at 00:48, maxarbos wrote: > > > So would the model be automatically be built with the correct > > properties and types by telling it which table to read from? > > That's what "cake bake" is all about, isn't it? Have you tried it? --

Re: Cake 2 : Any sort of automatic schema creation from models?

2011-01-25 Thread maxarbos
, mark_story wrote: > No.  Cake has always taken the approach of basing the models off the > schema, not the other way around.  This is not planned to change for > 2.0. > > -Mark > > On Jan 25, 2:56 pm, maxarbos wrote: > > > Hello, > > > Will cake2 have any

Cake 2 : Any sort of automatic schema creation from models?

2011-01-25 Thread maxarbos
Hello, Will cake2 have any sort of automatic table schema creation and management? I have been using grails for a bit and it has an orm built in that creates and manages table schemas. So to create a table for people i create a class: People and add properties for firstName, lastName, etc... and i

Can Cake do this?

2010-07-07 Thread maxarbos
I am just getting into learning about cake and wanted to know if I am going to be able to do the things I am hoping it can do, easily. The site I am going to use this for is a product rental agency. They have a number of categories with unlimited levels of parent to child relationships. Prices can