News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Observer pattern in PHP
February 24, 2009 @ 12:08:32

On the Zend Developer Zone there's a new tutorial posted about the Observer pattern (one of many design patterns) and how it can help you create code using an event-driven programming style.

What exactly is an observer pattern ? All the theory is accessible on Wikipedia. Basically we have an object you want to monitor ( observe ) for any changes. Most of the time this object just fires out events and we want to listen to them. We can have more objects observing one or more other objects so basically this can be M:N relationship

He compares them to triggers in the database world - bits of code that are activated when something changes on an object. His example implements an interface (IObservable) to set/get an email address and validate it with a regular expression. When the setEmailAddress method is used and the validate method is called, the observer kicks into action and checks to ensure the value is correct.

0 comments voice your opinion now!
observer pattern designpattern interface implement email validate


blog comments powered by Disqus

Similar Posts

DZone.com: Test Strategy Patterns

WebMonkey: A Truly del.icio.us API

Walter Poupore's Blog: Microsoft adCenter and PHP

Daniel Cousineau' Blog: A Lesson in Good Architecture

Paul Jones: A Response To "On php-fig and Shared Interfaces"


Community Events











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


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

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