I have made a shopping basket script in OO PHP that allows the user to add, and remove items from the basket, and edit quantity of items that are in the basket of an item.
I am new to OOP so I would like to get your feedback on it and whether I am doing it correctly.
I am new to OOP, and I would like to get your feedback on it about whether I am doing it well. The whole script works but I need to know if I'm doing OKit could be improved or it is fine.