News Feed
Jobs Feed
Sections




Recent Jobs

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



Similar Posts

Lorna Mitchell's Blog: Adding PUT variables to Request Object in Zend Framework

DevShed: PHP 5 and Polymorphism

Stubbles Blog: My wishlist for PHP 6, pt1: The 'object' type hint

DevShed: PHP 5 and Polymorphism

SitePoint PHP Blog: Dealing with Dependencies


Community Events









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


opinion conference apache version job symfony podcast facebook framework release extension drupal zendframework developer codeigniter windows hiphop wordpress feature microsoft

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