News Feed
Jobs Feed
Sections




News Archive
DevShed:
Handling Cookies and File Data with the Factory Pattern in PHP 5
July 02, 2007 @ 12:56:00

Continuing on with their look at the Factory Pattern (part one), DevShed has part two posted - a look at applying what was learned previously into a simple cookie-handling and file manipulation script.

At this stage you should have a more accurate idea of how to include the factory pattern into your own PHP applications, at least at a very basic level. But don't you worry because this scenario is going to change quickly, since in this second tutorial I'm going to teach you how to take advantage of the capacity offered by the pattern to create objects that are capable of saving data to different locations, including files and cookies.

The tutorial starts off by creating the classes needed to save strings and objects based off of the abstract DataSaverFactory class. On top of this, they build the classes to save the cookies and work with the files using the Factory objects.

0 comments voice your opinion now!
php5 factory designpattern cookie file tutorial php5 factory designpattern cookie file tutorial


blog comments powered by Disqus

Similar Posts

Court Ewing's Blog: Create and Validate a Choice List in a Symfony 2 Form

Travis Swicegood's Blog: Why Inheritance Sucks

SitePoint Web Tech Blog: How To Create Friendlier Random Passwords

Zend Developer Zone: Whip Up a Yahoo! Mashup Using PHP

C7Y: Step Away From the SuperGlobals! An Introduction to Inspekt


Community Events









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


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

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