News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
DevShed:
User-defined interfaces in PHP 5 - Implementing (X)HTML Widgets
December 27, 2005 @ 06:46:15

DevShed has the latest in their "User-defined interfaces in PHP5" series posted today - Implementing (X)HTML Widgets - a look at how to create bits of reusable code (widgets) to help make your development process more object oriented.

In this second part of the series, you will learn the basics of object-oriented web page generation through the use of (X)HTML widgets. You will also see how objects implement the "HTMLRenderer" interface to explicitly define its functionality by using the "toHTML()" method.

The drawback to the "widget" approach resides mainly in the performance cost of creating many objects for rendering a web document, even if they only exist until the page has finished displaying.

They jump right in, creating the base for their widgets, the HTMLRenderer interface. From there, they show how to create the widget classes and interface them in with the HTMLRenderer (which provides a generic interface and the toHTML function for the widget subclasses).

0 comments voice your opinion now!
php user-defined interface php5 (x)html widget php user-defined interface php5 (x)html widget



Similar Posts

Richard Heyes' Blog: SMTP class rehash

PHP-GTK Community Site: Three Widgets and a Timer Class

Ivo Jansch's Blog: PHP4 to 5 migration webinar

Jim Plush\'s Blog: My-Bic version 0.6 Released

Codewalkers.com: Namespaces in PHP


Community Events









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


zend job framework cakephp book PHP5 example PEAR conference developer package application release security releases ajax code mysql zendframework database

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