Hi John

Sounds like you are well ahead of me :-)

I keep expecting to hit some limitation with the PRG pattern each time I 
do something new (like adding the Cancel functionality), but it 
continues to surprise me with its flexibility.

Regards,
Langdon



John Zimmerman [gmail] wrote:
> I am using post-redirect-get pattern.  My old solutions does generally
> the same thing.
> 
> I am trying to integrate PEAR QuickForm as well.  So far it is turning
> out ok, needs quite a bit of work though.
> 
> In my solutions every step is basically a quickform (customizable
> through templates, which I will make a more elegant solutionl ater).
> When data is submited it is validated at each step.  The next button
> submits the data for that step.  After validation I store the data
> into a session array and redirect via get to the next step (determined
> by the controller).
> 
> Beyond what QuickForm does already I am not explicitly storing cancel
> data.  I have however taken care of the resubmit problem by setting a
> variable at the commit stage that says to clear the session data next
> time the wizard is loaded.
> 
> I will see where this takes me the next couple of days.

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

Reply via email to