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

Rob Allen's Blog: A review of "Object-Oriented Programming with PHP5"

Andi Gutmans' Blog: PHP 5 Power Programming passes 1 Million downloads!

Developer Tutorials: Introduction to PHP Programming

Cormac's Blog: Read-only object variables in php using magic methods

Sebastian Bergmann's Blog: Hamcrest


Community Events









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


code unittest testing community language zendframework2 phpunit development introduction framework example api object tool composer interview database opinion podcast release

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