Chris:

Thanks.  What I found was that I needed to pass the entire $this->data
structure, rather than just the "User" element.

So, not this --

$this->User->save($this->data['User'])

-- but this --

$this->User->save($this->data)

This seems to have worked.

Deane

On Oct 30, 3:18 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> On 10/30/07, Deane <[EMAIL PROTECTED]> wrote:
>
>
>
> > So, when I save, what should I pass the save() method of the user
> > model so it gets the inputted Zone associations?
>
> > Deane
>
> Hey Deane,
>
> Check out the (extremely alpha) Cake 1.2 manual at this link:
>
> http://tempdocs.cakephp.org/#TOC78081
>
> that should answer your questions I think.
>
> Hope that helps.
>
> --
> Chris Hartjes
>
> My motto for 2007:  "Just build it, damnit!"
>
> @TheKeyboard -http://www.littlehart.net/atthekeyboard


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

Reply via email to