News Feed
Jobs Feed
Sections




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!
user-defined interface php5 (x)html widget user-defined interface php5 (x)html widget


blog comments powered by Disqus

Similar Posts

Robert Basic's Blog: Data filtering with PHP's Filter extension

David Goodwin's Blog: Using SOAP and XmlRpc with PHP5 (a newbies findings)

Patrick Allaert's Blog: Coding standards: converts PHP4 style constructors to PHP5 one

PHPEverywhere: Moving Legacy PHP4 apps to PHP 5.1

Lukas Smith's Blog: The state of the PHP5 CMS...?


Community Events









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


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

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