I'm thinking of it too,

but i think you should define the relationship between the Group and
User Model

then when you create a User in the User Model ,,It'll automatically Do
the associated action..

On Oct 4, 1:56 am, starkey <[EMAIL PROTECTED]> wrote:
> Hello, all!
>
> I am trying to figure out the best practice in this situation...  In
> my application's setup process you create new items in a flow.  For
> example, they can add a new user and put that user in a new group:
>
> Create User -> Create User Group
>
> So I would have a User controller and a Group controller.  When the
> user submits the form to create a User it calls the User controller
> which saves the data.  Now, to automatically send the user to the
> "Create Group" page should I use $this->redirect('/Group/add')?
>
> I can't really think of a better way...
>
> Thanks,
> Shawn


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to