Thursday, December 3, 2009

Re: what does it mean to bake something

CakePHP has a very nice console/shell scripting system. Cake Bake is
one of the core scripts.

Bake allows you to very quickly generate basic Models, Controllers and
Views for your app based on your database structure. It even setups
relationships for you (Assuming you are following the conventions).

Some of the other useful console scripts is Schema, which allows you
to easily migrate database structures and Acl which makes it easy to
add new Aros and Acos.

On Dec 3, 5:19 pm, "www.landed.at" <calvincr...@gmail.com> wrote:
> I thought it was just a term that was meaning a finished project, but
> the more I see I think it is actually some tool ?
>
> php is not compiled so I'm thinking its not a compiler as such, bit of
> a dumb question but it isnt really clear to a noob like me.

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: