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

Robert Basic: Working with custom view helpers in Zend Framework 2

Freek Lijten: SOLID - The D is for Dependency Inversion Principle

Community News: Zend Framework 2.0.0 STABLE Released!

php|architect: A developer’s introduction to Drupal (webcast recording)

MaltBlue.com: Zend Framework 2 Forms - Simple and Available Everywhere


Community Events











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


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

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