Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Nefarious Designs:
Object-Oriented PHP Part 1: Definition
Aug 21, 2006 @ 13:26:23

On the Nefarious Designs blog today, there's part one of a new series taking a look at the object-oriented functionality in PHP.

Following on from my posts "Object-Oriented Concepts" and "Object-Oriented Javascript", I'm going to take a look at OOP in PHP.

Having spent the last few months writing this tutorial, I've realised that it's far too long for a single post; so to I'm splitting it into several to make it easier to digest.

In this first part, he just looks at the definition of what objects are, what classes are, working with properties, the constructor, and more. Looks like the start of another great series.

tagged: object oriented programming introduction defintion tutorial part1 object oriented programming introduction defintion tutorial part1

Link:

Nefarious Designs:
Object-Oriented PHP Part 1: Definition
Aug 21, 2006 @ 13:26:23

On the Nefarious Designs blog today, there's part one of a new series taking a look at the object-oriented functionality in PHP.

Following on from my posts "Object-Oriented Concepts" and "Object-Oriented Javascript", I'm going to take a look at OOP in PHP.

Having spent the last few months writing this tutorial, I've realised that it's far too long for a single post; so to I'm splitting it into several to make it easier to digest.

In this first part, he just looks at the definition of what objects are, what classes are, working with properties, the constructor, and more. Looks like the start of another great series.

tagged: object oriented programming introduction defintion tutorial part1 object oriented programming introduction defintion tutorial part1

Link:


Trending Topics: