News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Using an Access Database with PHP

Joshua Eichorn's Blog: HTML_AJAX Wordpress Plugin Tutorial

Fernando Bassani's Blog: Avoiding the usage of global variables

Zend Developer Zone: AJAX Chat Tutorial Part 7 : Usability Improvements

Symfony Blog: The "Practical symfony" book is now on sale


Community Events











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


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

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