RE: [PHP] PHP Classes and Sessions

2002-02-04 Thread Martin Towell
2002 4:30 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP Classes and Sessions What is the proper way to transfer class properties through-out my pages... let's say i have a ShoppingCart Class and i have methods like addToCart(id, qty) and deleteFromCart(id) also i have properties like CartItems(&

[PHP] PHP Classes and Sessions

2002-02-04 Thread PHP-List
What is the proper way to transfer class properties through-out my pages... let's say i have a ShoppingCart Class and i have methods like addToCart(id, qty) and deleteFromCart(id) also i have properties like CartItems("id" => array(), "qty"=> array()) this is what i do... //when the user enters