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

Andy Frey's Blog: JavaScript PHP Remoting Demonstration

DevShed: PHP 5 Helpers: Calling Methods Out of Object Scope

Gaylord Aulke's Blog: PHP vs. Java

DZone.com: PHP objects in MongoDB with Doctrine

DevShed: Introducing Builder Objects in PHP 5


Community Events











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


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

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