What do you mean by service manager in zend framework 2?
Answer Posted / Deepika Shende
Service Manager is a key component of Zend Framework 2 that simplifies dependency injection. It manages the creation, configuration, and lifecycle of services (objects) required to run your application. By using Service Manager, developers can easily inject dependencies into their classes and avoid writing boilerplate code for dependency injection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers