News Feed
Jobs Feed
Sections




News Archive
Anthony Ferrara's Blog:
Handling Plugins In PHP
March 09, 2012 @ 13:34:38

Anthony Ferrara has a new post today looking at plugin handling and a few of the more common design patterns that can be used to implement them in your applications.

A common problem that developers face when building applications is how to allow the application to be "plug-able" at runtime. Meaning, to allow non-core code to modify the way an application is processed at runtime. There are a lot of different ways that this can be done, and lots of examples of it in real life. Over a year ago, I wrote a StackOverflow Answer on this topic. However, I think it deserves another look. So let's look at some patterns and common implementations.

The patterns he covers are:

  • Observer
  • Mediator
  • Strategy
  • Decorator
  • Chain of Responsibility

For each there's both a bit of sample code showing it in use and links to some examples from various frameworks and other projects.

0 comments voice your opinion now!
plugin designpattern observer mediator strategy decorator chainofresponsibility


blog comments powered by Disqus

Similar Posts

Warren Tang's Blog: PHP Unit Testing & Mock Objects with SimpleTest plugin for Eclipse

Bill Karwin's Blog: ActiveRecord does not suck

Ossigeno Blog: Factory for everything

International PHP Magazine: Three Releases - Graphing, Blitz and Plugins

DevShed: Using the Observer Design Pattern with Static Data in PHP 5


Community Events











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


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

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