-1

Possible Duplicate:
What is a class in PHP?

I am a newbie to PHP. Can anyone suggest a good classes and methods tutorial.

Community
  • 1
  • 1
dfsdf
  • 1

3 Answers3

1

This is a great resource for learning OOP in PHP. http://net.tutsplus.com/tutorials/php/object-oriented-php-for-beginners/

diagonalbatman
  • 17,340
  • 3
  • 31
  • 31
0

The PHP manual's Classes and Objects section is a pretty obvious/good start.

John Parker
  • 54,048
  • 11
  • 129
  • 129
0

The manual. Also, PHP 101.

Rafe Kettler
  • 75,757
  • 21
  • 156
  • 151