Possible Duplicate:
What is a class in PHP?
I am a newbie to PHP. Can anyone suggest a good classes and methods tutorial.
Possible Duplicate:
What is a class in PHP?
I am a newbie to PHP. Can anyone suggest a good classes and methods tutorial.
This is a great resource for learning OOP in PHP. http://net.tutsplus.com/tutorials/php/object-oriented-php-for-beginners/
The PHP manual's Classes and Objects section is a pretty obvious/good start.