Larry pointed this out earlier

> you might add a new table to your database, it is easier to create the
> controller/model combination while you are creating all of the fields in
> your new table and see how it is working instead of going to the command
> line every change you make.


scaffolding is use for rough prototyping and is not for actual use;  in
architectural terms you use the scaffolding erect the initial structure your
still deciding upon the final structure of the database.  Perhaps early
alpha stages of you app - never goes live for public to interact with.

whereas baking is for when you have pretty much finalised your db and do not
need to remodel.  This is beta phaze of you app, closer to final but tweaks
need to be made still.

whilst scaffolding dealing with views would be a burden.

 - S




On 29 December 2010 18:31, John L <confidentia...@gmail.com> wrote:

> Why is scaffolding an option when baking since baking CRUD actions and
> views is so easy? This I never understood
>
>  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+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

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+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to