News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Object-Oriented PHP for Beginners

MaltBlue.com: How To Build an Extendible Zend Framework Application

Kevin van Zonneveld's Blog: Convert anything to Tree Structures in PHP

DevShed: Using the spl_autoload() Functions to Build Loader Apps in PHP

DevShed: Unit Testing


Community Events











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


tool code conference object unittest interview community zendframework2 introduction podcast framework language development opinion testing functional composer example series release

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