News Feed
Jobs Feed
Sections




News Archive
Nefarious Designs:
Object-Oriented PHP Part 3 Taking Relationships Further
August 23, 2006 @ 06:33:31

Nefarious Designs has posted the next part of their "Object-Oriented PHP" series today, the third part looking at how to take the relationships (discussed in part two) even further.

In "Part 1: Definition" we took a look at defining objects and classes in PHP. In "Part 2: Relationships" we looked at linking our objects and classes together. In part 3 I'm going to add to those relationships by looking at visibility, polymorphism and the scope resolution operator.

He starts off with a look at access modifiers (private, public, protected) on both attributes and methods. Next is a look at polymorphism with an example of using a getHTML function in both a base formElement class and the child class of textarea. He then talks about the scope resolution operator (::) and its use in parent/child relationships and in PHP5's scope.

0 comments voice your opinion now!
part3 object oriented relationships further access polymorphism part3 object oriented relationships further access polymorphism


blog comments powered by Disqus

Similar Posts

DevShed: The Active Record Pattern, Concluded

Developer.com: Doctrine: Object Relational Mapping for Your PHP Development

Tony Bibbs' Blog: Geeklog_Generator 1.0.0 Released

Patrick van Kouteren: CloudVPS object store beta introduction

Stefan Mischook's Blog: OOP in PHP: New PHP Article in Web Designer Magazine (Nov 2006)


Community Events











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


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

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