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