Pete said:
Aren't they just a bunch of variables and functions set out in a way that it can be easily recalled to be used over again (instead of typing it out all the time?)
Ok, try to understand this from the point of view of someone who's never written anything in PHP before. What does that description mean?
I like the dictionary example in that link in the post above. To me it seems like a class is a pattern for variables, and an object fills in the specifics for the variables following the pattern the class set up, right? Am I understanding that right?