News Feed
Jobs Feed
Sections




News Archive
Dennis Hotson's Blog:
PHP Object Oriented Programming Reinvented
September 23, 2010 @ 12:43:39

Dennis Hotson has a new post to his Tumblr blog about what he calls PHP object-oriented programming reinvented - a chunk of code he's created that lets you build classes out of objects.

It's tentatively called "PHP Object Oriented Programming Reinvented". Although it turns out the acronym is kind of unfortunate. I'm still working on that... The main idea is that classes aren't really very special at all, they're just objects like everything else. They don't even have names.. you give your class a name by giving the variable it's assigned to a name.

He includes a code snippet that shows the creation of a sample class (the "class" class) and extend it with a new class of "animal"....and then extend that with a class for a "dog". You can take a look at the full code for the method here.

1 comment voice your opinion now!
object oriented programming reinvented


blog comments powered by Disqus

Similar Posts

Make Me Pulse Blog: Serialize and Unserialize SimpleXML in php

JSLabs Blog: Scaling PHP

Nefarious Designs: Object-Oriented PHP Part 1: Definition

Dikini.net: Poor man's macro programming in php (revisited)

Tobias Schlitt's Blog: Object relation mapping in eZ Components


Community Events









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


functional community podcast api interview code introduction framework testing object release phpunit development language composer event opinion zendframework2 conference example

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