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

PHPEveryDay.com: Zend Framework Basic Tutorial

Raphael Stolt's Blog: Zend Framework in Action Pre-review

Lorna Mitchell's Blog: Introduction to Zend_Db

Ibuildings Blog: Zend Framework testing: emulating HTTP calls

Brian Swan's Blog: Using the Zend Framework and the PDO_SQLSRV Driver


Community Events











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


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

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