News Feed
Jobs Feed
Sections




News Archive
Cormac' PHP Blog:
Practical example php implementation of the Observer pattern
October 14, 2010 @ 08:36:35

New from Cormac's blog there's a post looking at an implementation of the Observer design pattern in a bit more practical scenario than some other examples out there.

Observer is a pattern where an object called the subject maintains a list of dependents (observers) and notifies them of any state changes. I implemented this recently to log changes to an Account object, and to notify the account holder if their account had expire - here's the basics of the code, hopefully it'll help someone else figure out how the pattern works

The basis of the Observer pattern is that you attach these "observer" objects to a main object. These watch the object and see if something changes (like a property value) and react accordingly. For their example, they create a setup that extends the main Observer class to have some or the detection functionality built-in.

0 comments voice your opinion now!
practical example observer pattern


blog comments powered by Disqus

Similar Posts

Dagfinn Reiersol's Blog: Fake it and raise your IQ

Ken Guest's Blog: Book review: PHP Objects, Patterns and Practice (second edition)

DevShed: Output Buffering

DevShed: The LIKE Clause and the Active Record Pattern

DevShed: Design Patterns and PHP 5


Community Events









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


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

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