News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
An introduction to ZendEventManager
April 23, 2012 @ 09:29:08

Rob Allen has a new post to his blog today introducing you to the ZendEventManager component of the Zend Framework v2, a key part of how this latest version of the framework does its job.

Zend Framework 2's EventManager is a key component of the framework which is used for the core MVC system. The EventManager allows a class to publish events that other objects can listen for and then act when the event occurs. The convention within Zend Framework 2 is that any class that triggers events composing its own EventManager.

He starts with some terminology to get everyone on the same page (listener, event, EventManager) and includes an example of its use in setting up a "PhotoMapper" object showing how to trigger events in the "findById" method. He shows how to listen for a specific event (in his case, a "pre-execute" on the "findById" method) and a method for "short circuiting" the listener based on the response from the "trigger" call. He also touches on the "SharedEventManager" that can be used to add an event across all of your application at the same time.

0 comments voice your opinion now!
introduction zendframework eventmanager trigger event


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Hook into Wikipedia information using PHP and the MediaWiki API

Hari KT's Blog: A simple Blog using Zend framework 1.9

PHP-GTK Community Site: Easily empty GtkContainer/GtkWindow

Spindrop.us: The Lucene Search Index and symfony

Douglas Brown's Blog: Popular PHP Frameworks: What’s Your Fav?


Community Events











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


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

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