[development] Temporary form data storage ... and avoiding validation

Jeff Greenberg jeff at ayendesigns.com
Thu Aug 12 13:13:48 UTC 2010


As James mentioned, a shopping cart was just an example. The comparison 
being that the form can be visited many times as the data are gathered. 
Nothing ends up in the db in this case ... it is sent as an e-mail in 
the end.

On 08/11/2010 06:29 AM, Daniel F. Kudwien wrote:
>
> Your shopping cart use-case sounds like $_SESSION or a dedicated table keyed
> by session ID and uid to me.  Also not sure why you want to reinvent the
> wheel -- doesn't Ubercart or eCommerce or anything else in contrib contain a
> ready Cart module already?
>
> sun
>
>    



More information about the development mailing list