News Feed
Jobs Feed
Sections




News Archive
DevShed:
Introduction to Creating Command Objects with PHP 5
December 12, 2006 @ 14:32:00

DevShed starts off a new series today in this first part of the series looking at the creation of and working with command objects in PHP5.

In this article, the first part of a series, you'll learn the basics of applying the command pattern with PHP 5. As always, plenty of hands-on examples are included.

A command class involves having a commander and the implementers that work together to do things like (what they illustrate) manipulating strings. They create the commander class and give a simple example of a subclass that implements it. They create a few more and tie them all into a master class to work together. Finally, they give an illustration of the code in action - uppercasing a string and inverting it to read backwards, then output.

0 comments voice your opinion now!
command object design pattern php5 part1 command object design pattern php5 part1


blog comments powered by Disqus

Similar Posts

Adam Trachtenberg's Blog: Dirty Secrets of OSCON 2006

DevShed: Enforcing Object Types in PHP - Using the PHP5 instanceof Operator

PEAR Blog: PHP 5.3 Windows and PEAR (go-pear.phar)

Lorna Mitchell's Blog: Adding PUT variables to Request Object in Zend Framework

PHP Magazine: Two New Polls - CMS Features & PHP5 Choices


Community Events









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


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

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