Hi
Im new to OO PHP, been reading through my book and in one example they are using a class structure in a shopping cart. I have used session variables in the past for shopping carts, can I assume that if I create a class, which has a cart_contents array variable to which I add products, that the data will be accessible from page to page (like a session variable is accessible on all pages)...?
thanks
lworks