News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Eric Adams' Blog:
Implementing the Observer Pattern with SplObserver and SplSubject
June 30, 2010 @ 12:43:34

In a recent post from Eric Adams, he shows how to use the SplObserver and SplSubject components of the Standard PHP Library (SPL) to make an implementation of the observer pattern for more reusable code.

As PHP applications grow into complex object-oriented systems, developers look to create centralized components to execute repetitive tasks. These include logging, emailing, redirects, and more. The Observer pattern is a commonly used design pattern to hook such components into an application during runtime, thereby making them reusable. Since PHP 5.1, there are two interfaces built into the Standard PHP Library (SPL) that can be implemented to use the Observer pattern in your application. They are SplSubject, and SplObserver.

He shows how to use them in an example of a custom error handler class that extends the SplSubject with its attach, detach and notify methods as well as logger and mailer classes that will use it to handle their exceptions.

0 comments voice your opinion now!
splobserver splsibject tutorial observer designpattern




Community Events





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


application zendframework introduction phpunit language development conference symfony2 unittest database podcast framework opinion testing interview release zendframework2 injection community voicesoftheelephpant

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