What I understood from your original post was that you wanted to store the users address in more than one model, i.e. the same data in multiple places, as opposed to storing the data once in one place and creating references to it from other places. Forgive me if I misunderstood.
Jeremy Burns Class Outfit [email protected] http://www.classoutfit.com On 21 Mar 2011, at 10:35, duderion wrote: > what do you mean with 'but it isn't storing the same data multiple > times' ? > > On 15 Mrz., 05:49, Jeremy Burns | Class Outfit > <[email protected]> wrote: >> Yes, this takes your data array and stores parts of it in different models, >> but it isn't storing the same data multiple times. That's an admin >> nightmare, so as I mentioned before, the best solution is to examine your >> database design. >> >> Jeremy Burns >> Class Outfit >> >> [email protected]http://www.classoutfit.com >> >> On 14 Mar 2011, at 23:46, duderion wrote: >> >>> i found a cool solution :D >> >>> http://nuts-and-bolts-of-cakephp.com/2008/08/01/practical-use-of-save... >> >>> greets >>> duderion >> >>> On Mar 15, 12:36 am, duderion <[email protected]> wrote: >>>> hi guys, >> >>>> i have a users/add form, and i want to store the users address data to >>>> several models (adresses,accounts, etc) >> >>>> so i have more than one model to validate. >> >>>> whats the best practice ? >> >>>> duderion >> >>> -- >>> Our newest site for the community: CakePHP Video >>> Tutorialshttp://tv.cakephp.org >>> Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help >>> others with their CakePHP related questions. >> >>> To unsubscribe from this group, send email to >>> [email protected] For more options, visit this group >>> athttp://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 > [email protected] 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
