I'm trying to make a simple shopping cart - just basically a way to
store product id's in the session, and maybe a function that calls a
view to display the cart.

Should I be doing this as a regular controller, or should I make a
component for it? Either way, how can I make the cart (as well as the
displayCart() function, etc.) persist in the session?  What is the best
way to do this?

Thank you,
Brandon


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