News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
WebReference.com:
Object Orientated Programming - The beginning
October 14, 2009 @ 07:58:42

New from WebReference.com there's the first part of a tutorial series looking at working with object-oriented programming in PHP:

It is essentially a different way of constructing your applications. Instead of having loose procedures and functions that are meant to serve one purpose, Object Orientated Programming enables you to put data and functions in one container. This container is referred to as an object. An object enables you to model your application as closely as possible to the real world.

They introduce the object - what it is, some of its properties - and include some example code to show how it works. Their sample defines a class and shows how to call methods and set properties on it. They also touch on some of the OOP basics like constructors and inheritance,

0 comments voice your opinion now!
oop object introduction tutorial




Community Events





Don't see your event here?
Let us know!


community symfony2 interview release language introduction series manifesto framework security test conference podcast custom development api application phpunit opinion unittest

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework