That's why it's useless.

If it's a simple copy-and-paste thing why bother using it?

If we want to use the baker to speed up the development I think we need
it to generate abstract class for each tables ( probably within /cake folder
)
and you work on the sub class if you want to add extra functions. That way
you never have to touch the abstract classes






On Tue, Apr 12, 2011 at 3:23 PM, euromark <dereurom...@googlemail.com>wrote:

> you only bake once!
> after that you need to manually adjust the relations
> its a simple copy-and-paste thing
> no need to override (and therefore delete) previous changes
>
>
> On 13 Apr., 00:07, Shinya Koizumi <sh.koiz...@gmail.com> wrote:
> > Well the bake itself works.
> >
> > Problem I see is that I usually create a functions in models, but later
> on
> > when I decided to join another table and make the hasmany relationship in
> > bake
> > it will overwrite those functions that I made within the class. Instead I
> > need to edit manually( to make the relationship ).
> > That's why I think bake doesn't really work the way I want to.
> >
> > Or yo don't usually change the model classes?
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> 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
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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

Reply via email to