So I am a little confused on the object oriented part of PHP. Right away I will apologize for the fact I know very little about PHP and databases.
My question is when your making per say a database to hold users in it, why would you want to make a class/object for that user when you can just pull info from the database.
Also if you were to make a object/class where is the data for the objects stored? Like a class with a username and email, and I make that object, were does it get stored.
Thanks for taking your time to help a learning noob!