Friday, December 31, 2010

Re: Scaffolding vs Bake

I appreciate this discussion, thanks everyone..

rgds,
Maxim

On Dec 30, 5:18 am, "Larry E. Masters" <php...@gmail.com> wrote:
> 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.
>
> When I added the scaffold code to the core CakePHP did not even have the
> shell scripts.
>
> I left it in the core because I am lazy and because of the reasons you
> repeated above.
>
> --
> Larry E. Masters

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: