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

Gergely Hodicska's Blog: What is new in PHP 5.3 - part 3: mysqlnd

Secunia.com: SUSE update for php4 and php5

Christian Wenz's Blog: Zeev on PHP

Sebastian Bergmann\'s Blog: More Work on Reporting in PHPUnit 3

DevShed: Building Dynamic Web Pages with Polymorphism in PHP 5


Community Events











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


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

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