News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
DevShed:
Generating Web Pages with the Flyweight Pattern in PHP 5
March 05, 2007 @ 12:19:00

DevShed concludes their look at the Flyweight pattern with this new tutorial - the second part focusing on building an actual application with the pattern implemented.

In this final part of the series, I'm going to teach you in a step-by-step format how to create in PHP 5 a flyweight class to balance the instantiation of objects that will be used to generate web documents on the fly. Hopefully, by the end of this article, you should have acquired a considerable background in how to apply the flyweight pattern in a real-world situation.

They create a simple application that generates dynamic HTML elements - DIV tags - with a simple interface to define things like content, name, and ID. Their Flyweight factory class creates and manages the number of DIVs that are created, blocking requests for any more. Finally, they apply it, showing the creation of a simple web page with multiple DIVs in it.

0 comments voice your opinion now!
tutorial flyweight designpattern html element dynamic application tutorial flyweight designpattern html element dynamic application



Similar Posts

DevShed: Building an Error Logger with the Chain of Responsibility Pattern in PHP 5

PradoSoft.com: PRADO/Wordpress/BBPress integration v1.0...

DevShed: Creating the Blog Script for a PHP/MySQL Blogging System (Part 2)

WebReference.com: Controllers: Programming Application Logic

Maarten Balliauw's Blog: Reuse Excel business logic with PHPExcel


Community Events











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


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

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