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

Derick Rethans' Blog: PHP5. Wprowadzenie

DevShed: Developing a Captcha Application with an Image Generator Class with PHP 5

PHPClasses.org: Software Review - Delphi for PHP 2007

David Coallier's Blog: Zend Framework Without PDO

Lukas Smith's Blog: Who is using namespaces in PHP already?


Community Events









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


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

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