Well, I am still a bit confused, I see variables and nothing predefined, I guess it's just easier for me to get loops and functions as they have predefined variables and the results are printed out so I can grasp how it works and why it works
I don't know why I would want to do
var $cart = new Cart();
I guess I just need to find a tutorial on php classes without $cart and "Then you add a product" that is greek to a class newbie
I am sure I am thinking too much
I get var's and loops and functions and conditions, I just don't see why I need a class, how to print out a simple class where the functions and vars are predefined like "Dog" and "blue" and "10"
$cart and
var $cart = new Cart();
I am too new with classes to quantify when I need to do this or why or what it means.
I just need to do more research, get a good book on classes that doesn't show me 100 cart examples lol. I need to see a class that prints out "This dog went woof" then I can see what's going on, might sound strange, but that is how I learned the rest when I took the time to go over the manual
Oh, well. I will keep reading these posts and practice til I get it
Thanks, this is not a reflection on your support, just me thinking too much and not getting it