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-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
2 matches
Mail list logo