| osCommerce: |
| call the shopping cart object direct fro... | clean up for the customer class |
Show this changeset in changelog Changeset Detail
201
created by hpdl on
23 September 2005, 10:40:18 +0200
(4 years 2 months ago)
(patch)
no longer stores the osC_Customer object in the session but now only the relevant data that is needed
the session data is then referenced inside the object as the information is in memory anyway (instead of having it twice in memory (once in the session and again in the object)) |