News Feed
Jobs Feed
Sections




News Archive
DevShed:
Introducing the Flyweight Pattern with PHP 5
February 26, 2007 @ 12:41:00

DevShed charges right ahead with its emphasis on design patterns in PHP with a new start of a new series today that looks at the Flyweight pattern.

Among the considerable variety of structural design patterns that can be implemented with PHP 4 (and PHP 5, by the way), there's one in particular that deserves special attention. It's easy to apply in the context of a given web application, and it offers remarkable functionality when it comes to preventing the unnecessary instantiation of different classes. This two-part series covers that pattern.

As they explain, the Flyweight pattern helps to keep your code light and simple by preventing the instantiation of unneeded objects and resources. They go with a HTML form example, illustrating how to prevent a submit button or an input button's class to be reinitialized every time a new form field is needed.

0 comments voice your opinion now!
flyweight pattern php5 designpattern tutorial form element flyweight pattern php5 designpattern tutorial form element


blog comments powered by Disqus

Similar Posts

Lorna Mitchell: Do Open Source with Git and Github

Stoimen.com: Iterate over YouTube Channel with Zend_Gdata_YouTube

Jeremy Cook: Continuous Deployment with Symfony2, Jenkins and Capifony

TutToaster.com: Ruby for PHP Developers

David Coallier's Blog: Installing PHP6 (For beginners)


Community Events









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


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

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