[PHP] Re: PHP Classes

2005-03-16 Thread Jason Barnett
You know... we talked about this several times before. Please search the archives for the PHP list's answers. Hint: STFA tutorial class object -- Teach a man to fish... NEW? | http://www.catb.org/~esr/faqs/smart-questions.html STFA | http://marc.theaimsgroup.com/?l=php-general&w=2 STFM | http:/

[PHP] Re: PHP Classes and Sessions

2002-02-04 Thread Yasuo Ohgaki
Php-List wrote: > 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