News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
A Simple PHP Publish-Subscribe System
December 16, 2008 @ 10:23:26

In a new post to his blog Matthew Weier O'Phinney shares a simple publish-subscribe system he's created based on a feature of the Dojo toolkit using the Zend Framework to create an easy notification architecture.

The system has elements of Aspect Oriented Programming (AOP), as well as the Observer pattern. Its power, however, is in the fact that an individual object does not need to implement any specific interface in order to act as either a Subject or an Observer; the system is globally available.

The script creates an object that publishes an event. This event then sends off messages to all of the other objects subscribing to it. A code example is included. You also can check out the code from its page on github (as a part of his Phly libraries) and play with it yourself.

0 comments voice your opinion now!
phly publish subscribe system dojo object event message


blog comments powered by Disqus

Similar Posts

WebSpeaks.in: Learn Simple Method Chaining in PHP

Richard Lord's Blog: PHP 5.2 - Nesting level too deep - recursive dependency?

Init Marketing: Calendar of Open Source, IT, Industry-specific Events

Aaron Wormus' Blog: PHP CMS Historical Notes

NETTUTS.com: Build a Login and Registration System with XML


Community Events











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


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

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