News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
DevShed:
Manipulating String Literals with Interpreter Classes in PHP 5
April 10, 2007 @ 09:08:00

DevShed has the second part of their look at the Interpreter design pattern series posted today. This time, they focus on the manipulation of string literals with Interpreter objects in a simple application.

Bearing in mind that in the first article of the series I illustrated how to use an interpreter class to handle a group of fictional users, in this tutorial I'm going to go teach you how to utilize this pattern for manipulating a set of string processing classes.

They start with a method (well, class really) of handling the strings themselves - a StringSaver class - that can write the information out to a file. On top of this, they create the Interpreter class, defining the different bits of functionality that can be performed on the string (uppercase, lowercase, etc). Finally, they combine the two in a simple example that applies the different interpretations to the given string.

0 comments voice your opinion now!
tutorial string literal interpreter designpattern class php5 tutorial string literal interpreter designpattern class php5



Similar Posts

DevShed: Implementing the commit() and rollback() Methods with mysqli and PHP 5

Dave Dash's Blog: Finding things using Zend Search Lucene in symfony

DevShed: Validating User Input with the Strategy Pattern

PHPHacks.com: Creating charts with JGraph

Matthew Weir O'Phinney's Blog: Cgiapp2 Tutorial 1 - Switch Template Plugins at Will


Community Events







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


job package conference example zendframework ajax security database releases book zend code application PHP5 developer cakephp release framework PEAR mysql

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