Beginner Object-Oriented Programming in PHP

I'm sure there will be plenty of people that disagree but I found object-oriented programming one of the hardest concepts to understand when I get started writing code. I could never come up with a reason to use it so I kind of avoided I. The problem, of course, is that there was no reason to use objects in the small projects I was creating. Also, objects come from good software design, something I couldn't wrap my head for a long time.

Nettuts should be pretty familiar to anyone who is learning how to program on the web. This particular tutorial is great and starts form the very beginning by defining a class and an object and what the differences are.

This is a good place to start for anyone trying to figure out this OOP stuff, particularly folks who are already familiar with PHP.

Share this link:
Rate this link:
Average: 4 (1 vote)
Total comments: 0 Total views: 41
Categories and tags:
Submitted Tue, 08/02/2011 - 16:23 by josh
Format: Text Text   Image Image   
Created by: Someone Else
Audience: Everyone