News Feed
Jobs Feed
Sections




News Archive
DevShed:
The Basics of Using the Factory Pattern in PHP 5
June 26, 2007 @ 11:07:00

DevShed revisits its series on using design patterns in PHP applications with this new tutorial, a look at implementing the Factory pattern in PHP 5.

Summarizing, the factory pattern can be really useful when it comes to creating multiple objects that belong to the same family. In this three-part series I'm going to take a close look at it, and also demonstrate its remarkable functionality by showing you a decent variety of code samples, so you can start quickly including this pattern into your own PHP applications.

They lay the foundation by creating some basic factory classes for working with numeric and associative arrays. On top of this, they create the processing classes to create things like uppercase numeric arrays and lowercase associative arrays. Finally, they give examples of how to put it to use making several different sorts of arrays, including their output.

0 comments voice your opinion now!
factory designpattern php5 tutorial array associative numeric factory designpattern php5 tutorial array associative numeric


blog comments powered by Disqus

Similar Posts

phpPatterns.com: Creating XUL applications with PHP

ServerGrove Blog: Creating indexes for your Doctrine ODM documents with Symfony 2

DevShed: Introduction to Using SQLite with PHP 5

Martin Sikora's Blog: Silex + Doctrine 2 ORM

JSLabs Blog: How to create a php upload progress meter


Community Events









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


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

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