
May 12th, 2009, 05:00 PM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 22,970
Time spent in forums: < 1 sec
Reputation Power: 25
|
|
|
Basics of Object Oriented Programming
This tutorial is aimed at an audience unfamiliar with the basic concepts of object-oriented programming (OOP). The intent is to provide a general overview of OOP with a view toward using PHP effectively. We will restrict the discussion to a few basic concepts of OOP as it relates to PHP, though it is sometimes useful to look at other object-oriented (OO) languages such as Java or C++.
Read the full article here: Basics of Object Oriented Programming
|