News Feed
Jobs Feed
Sections




News Archive
Joshua Thompson's Blog:
Return to Prototype Based Programming in PHP
October 31, 2007 @ 16:38:00

Taking full advantage of the upcoming features in the PHP 5.3.x series (and in PHP6 for that matter), Joshua Thompson has come up with a way to accomplish some prototype-based programming in a PHP application:

With the implementation of the get_called_class() function in PHP, prototype based programming in PHP is possible. The new function is in both PHP5.3 and PHP6 snapshots. So, I went back to the drawing board and came up with a fully capable class. The $this keyword is usable, as well as being able to use the self, parent, and static (new with the late static binding patch) keywords.

Prototype-based programming is (basically) a method where classes aren't prebuilt. Instead they are created on the fly based on other objects and interfaces. Joshua's post is a huge code dump of a prototype class and an example of it in use, dynamically creating two methods and making the three objects available.

0 comments voice your opinion now!
prototype programming object clone interface namespace static binding prototype programming object clone interface namespace static binding


blog comments powered by Disqus

Similar Posts

Jani Hartikainen's Blog: Base classes in OOP programming languages

SitePoint Web Tech Blog: Roll Your Own Twitter Clone

Dagfinn Reiersol's Blog: Real programming with PHP 5.3 (part 2): JavaScript-style classes

Joshua Thompson's Blog: Prototype-based programming in PHP

Nick Halstead's Blog: PHP Competition Results - The Winner


Community Events









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


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

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