probably right about your array shenanigans. > I'm thinking that the data[][] array can't be 'invented' in the way I > did it, but I wasn't sure how to do this without submitting a form.
If your $client_id is from a Client object, Try: $this->data['Client'] = $this->Client->read(client_id); Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
