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

php|architect: September/October Training Schedule Online

Community News: A PHP 5.3 ActiveRecord

Rob Allen's Blog: Zend Framework Tutorial Update & Autoloader Gotcha

Eran Galperin's Blog: Multiple row operations in MySQL / PHP

The Bakery: Six New Articles and Tutorials


Community Events









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


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

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