News Feed
Jobs Feed
Sections




News Archive
PHP-Tip-a-Day:
PHP Tutorial King Floyd and the Seventeen Princes - A Tale of the Observer Pattern
June 22, 2012 @ 09:20:39

On the PHP-Tip-a-Day site today there's an new "fable" posted in the Design Pattern Fables series. This time it's about the Observer pattern (and kings and princes).

The first place I recall encountering the observer pattern was not in PHP, but in JavaScript. If you've ever set a listener to fire when an event happened, you've used the observer pattern. Functions or methods are registered with an object so that when it experiences a specific event, it "notifies" the registered functions or methods by calling them.

His story tells about a royal family, a pregnancy and magic mirrors that allows for instant communication between the family and outlying locations. He relates it to the objects and "watchers" that make up the Observer pattern and gives a brief code example (in Javascript) of a HTML button and a jQuery event observer that fires when it's clicked.

0 comments voice your opinion now!
designpattern fable story observer event watcher


blog comments powered by Disqus

Similar Posts

Zoe Slattery's Blog: PHP TestFest Ramps Up!

PHPMaster.com: The MVC Pattern and PHP, Part 1

Adam Jensen's Blog: Spades and the Strategy Pattern

Zend Developer Zone: My Favorite Design Patterns

DevShed: Factoring Content Boxes with the Factory Pattern in PHP 5


Community Events











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


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

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