News Feed
Jobs Feed
Sections




News Archive
Zumba Fitness Engineering:
Using Application Events to Hook in Plugins
August 09, 2012 @ 09:23:37

In this recent post on the Zubma Fitness Engineering site, Chris Saylor looks at using events in your applications to hook in plugins to easily (and dynamically) enhance functionality.

In many instances, having a plugin system (even for closed-source applications) is a convenient and safe approach to adding functionality to a product. It minimizes risk by not having to modify the core of the source. In this article, I'll be discussing how we implemented a plugin system for our cart software to allow for plugins.

Its implemented a bit like the Observer design pattern - you "register" the listening event which can then be activated by a "trigger" method with the event's name. These events are stored in a registry (static) so they can be accessed across the application.

0 comments voice your opinion now!
events plugin trigger register tutorial observer


blog comments powered by Disqus

Similar Posts

Pierre-Alain Joye's Blog: ext/filter, API frozen (!) and fixes, 0.11.0 is out

PHPBuilder.com: How to Upload Images Using PHP

Felix Geisendörfer's Blog: How to Plugin'ize Your App

Nefarious Designs: Object-Oriented PHP Part 2: Relationships

DevShed: Building a Modular Exception Class in PHP 5


Community Events











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


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

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