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

2011-01-29 Thread AD7six
On Jan 29, 6:01 am, maxarbos wrote: > I was responding to the the post from Ryan about 'bake' doing what I > was asking for. When I 'run' a project in grails, that is when the > table construction from a model is done, so i thought there was more > to 'bake' than I had originally thought. > > I

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

2011-01-28 Thread Ryan Schmidt
On Jan 28, 2011, at 23:01, maxarbos wrote: > On Jan 28, 2:44 pm, AD7six wrote: >> On Jan 28, 5:04 pm, maxarbos wrote: >> >>> I read through the very minimal bake command documentation at: 9.1 and >>> 9.2 in the docs, but it's pretty superficial. >>> The generation of the schema is a pretty big d

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

2011-01-28 Thread maxarbos
I was responding to the the post from Ryan about 'bake' doing what I was asking for. When I 'run' a project in grails, that is when the table construction from a model is done, so i thought there was more to 'bake' than I had originally thought. I did go through the blog tutorial as well as the do

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

2011-01-28 Thread AD7six
On Jan 28, 5:04 pm, maxarbos wrote: > I read through the very minimal bake command documentation at: 9.1 and > 9.2 in the docs, but it's pretty superficial. > The generation of the schema is a pretty big deal i think and > something that should be highlighted a little more, if this is what it >

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

2011-01-28 Thread maxarbos
I read through the very minimal bake command documentation at: 9.1 and 9.2 in the docs, but it's pretty superficial. The generation of the schema is a pretty big deal i think and something that should be highlighted a little more, if this is what it can do. When I started with cake 1.3 a few month

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

2011-01-26 Thread Ryan Schmidt
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? -- Our newest site for the community: CakePHP Video Tuto

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

2011-01-25 Thread maxarbos
t; > independantly of the application. (grails gives you the ability to set > > specific field types, sizes, etc..but defaults to certain types/sizes > > for 'Integer', 'String', etc...) > > > I see a package RedBeanPHP, but cannot get it working (due to m

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

2011-01-25 Thread mark_story
es, etc..but defaults to certain types/sizes > for 'Integer', 'String', etc...) > > I see a package RedBeanPHP, but cannot get it working (due to my > knowledge limit on it) with the other LIght framework I am testing > out. > > Thanks. > > Cake 2

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

2011-01-25 Thread maxarbos
ability to set specific field types, sizes, etc..but defaults to certain types/sizes for 'Integer', 'String', etc...) I see a package RedBeanPHP, but cannot get it working (due to my knowledge limit on it) with the other LIght framework I am testing out. Thanks. Cake 2 :