I have found the Post/Redirect/Get model for developing wizards and have 
found it to be a good approach.

I wrote a basic introduction in the Wiki here:

http://wiki.cakephp.org/tutorials:building_a_web_wizard

There are a couple of links in there to other info for this design 
pattern.  It covers using sessions for persistence which is what I think 
that you will need to solve your problem.

Hope this helps.

Regards,
Langdon



StinkyTofu wrote:
> I am having trouble writing a simple 3-step Wizard.  Basically, I am
> trying to figure out the best way to temporary save form inputs in the
> model, without writing it to the database until the user finishes step
> 3 of the wizard and clicks on the Finish button.

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

Reply via email to