News Feed
Jobs Feed
Sections




News Archive
Josh Adell's Blog:
Command Invoker Pattern with the Open/Closed Principle
January 16, 2012 @ 10:04:42

In a response to a recent post on DZone.com about the "Open/Closed Principle" Josh Adell has posted an example of a " flexible and extendable command invocation solution" implementing this SOLID idea.

Let's overcome some of these issues [with only being able to extend the invoker class and that the invoker needs to know how to create commands], and also make the code even more extensible. I'll use a simplified command invoker to demonstrate.

His code is included - the creation of a "Command" interface and two comments that implement it: "HelloCommand" and "PwdCommand", each with "register" and "execute" methods. His "Invoker" class then only needs to be told how to map these commands and the "register" is called as they're needed. You can find the full example code for this invocation example in this gist.

0 comments voice your opinion now!
command designpattern invoke open closed principle solid tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: How to avoid Identity Theft in Zend Framework with Zend Auth

Richard Thomas' Blog: Solar Articles around the Web

Pressflow Wiki: Using Cassandra with PHP

Cal Evans' Blog: How I got Zend_Tool working on Windows

Arnold Daniels' Blog: How I PHP: The Output Handler


Community Events











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


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

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