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

Tobias Schlitt\'s Blog: A sensible place for a fluent interface

PHPMaster.com: An Intro to Virtual Proxies, Part 1

DevShed: Working with Template Classes in PHP 5

Dikini.net: Poor man's macro programming in php

DevShed: Using Abstract Factory Classes in PHP 5 to Work with Online Forms


Community Events











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


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

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