News Feed
Jobs Feed
Sections




News Archive
Evan Coury:
Introduction to the Zend Framework 2 ServiceManager
July 20, 2012 @ 08:55:09

Evan Coury has posted a quick guide to one of the major features of the Zend Framework 2 project so far - the ServiceManager. He introduces the component and talks about some of its key features.

So, what is the ServiceManager? Basically it's a registry, or container (the proper term is service locator) to hold various objects needed by your application, allowing you to easily practice Inversion of Control. The service manager holds just the information needed to lazily instantiate these objects as they're needed. So if you were thinking 'services' such as those composing a service layer, you might be better off thinking of the service manager more as an "object manager" or "instance manager".

He mentons some of the functionality that comes with the component including invokables, factories, aliases, initializers, configuration classes and abstract factories. He also links to the ServiceManager quickstart over in the Zend Framework 2 documentation for more information.

0 comments voice your opinion now!
zendframework2 servicemanager component introduction


blog comments powered by Disqus

Similar Posts

MongoDB Blog: MongoDB for the PHP Mind, Part 1

PHPBuilder.com: My Top 10 Most Useful Joomla Components

MaltBlue.com: Use RouteMatch in Zend Framework 2 For Easy Routing

PHPBuilder.com: An introduction to PEAR's Validate package

John Mertic's Blog: PHP Windows Installer 1 year old (almost)


Community Events











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


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

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