News Feed
Jobs Feed
Sections




News Archive
Robert Basic's Blog:
A Zend Framework 2 EventManager use case
October 20, 2011 @ 11:05:43

Robert Basic has a new post to his blog today with an use case for Zend Framework 2's event manager to solve a problem he has with "repetitive code" in some of his models.

Basically, this allows us to have one piece of code to trigger an event and to have one or more listeners listening to this event. When the event gets triggered, the listeners are called and then we can do *something*, like caching or logging. Logging or caching. [...] See, that's my problem. All the event examples stop at logging and caching. Truly there must be some other example for which this event stuff can be used for.

In his example code, he's used the EventManager in one of his models to add listeners to validate the post and "slugify" the post's title for use on the URL. You can find his code on github if you're interested in the full implementation.

0 comments voice your opinion now!
zendframework eventmanager usecase model listener save


blog comments powered by Disqus

Similar Posts

Content With Style: Unit testing web service based models in Zend Framework

Zend Developer Zone: Announcing July's ZF Bug Hunting Days & Previous Winners

Gopal Vijayaraghavan's Blog: PHP Noodle Soup!

Jonathan Snook's Blog: Zend Framework: First Impressions

Web Development Blog: First steps within the Zend Framework


Community Events











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


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

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