Sortof.
Your class is a container for functions and variables. Makes it easy to share code and compartmentalize functions related to a common task.
-> in a class points to a variable or function..
And as luck would have it, there is a
codenewbie article on OO PHP.
Note: The article seems to go with php4. PHP5 introduces a slew of new stuff.
-r