News Feed
Jobs Feed
Sections




News Archive
DevShed:
Building Dynamic Web Pages with Polymorphism in PHP 5
March 28, 2007 @ 18:15:35

DevShed continues their look at using polymorphism in an application with the latest part of the series - "Building Dynamic Web Pages with Polymorphism in PHP 5".

In short, Polymorphism is a feature exposed by certain objects that belong to the same family, which eventually can behave differently, even when they're using identical methods. Or more clearly, an object can be considered polymorphic when it's capable of performing different actions by utilizing the same method.

This time they focus on web page development that uses this object-oriented practice. The create a WebPageElement that you can ID and class attributes on and use it to create HTML widgets and extend them to create Div and Link element.

0 comments voice your opinion now!
php5 polymorphism dynamic pages html elements php5 polymorphism dynamic pages html elements


blog comments powered by Disqus

Similar Posts

Matthew Weir O'Phinney's Blog: Overloading arrays in PHP 5.2.0

NETTUTS.com: Creating a Dynamic Poll with jQuery and PHP

DevShed: Using PDO Objects in PHP 5 - Using the PDO extension

Mike Wallner's Blog: Upgrading to 5.2

PHPBuilder.com: What\'s new in PHP 5 and PHP 6


Community Events











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


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

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