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

Anthony Ferrara's Blog: Handling Plugins In PHP

DZone.com: Factory patterns: Collaborators Map

Travis Swicegood's Blog: Repository Pattern in PHP

Tobias Schlitt's Blog: PHP Documentor for VIM documented

NETTUTS.com: A Beginner’s Guide to Design Patterns


Community Events











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


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

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