What do you mean by service manager in zf2?
Answer / Janardan Kumar Yadav
In Zend Framework 2, the Service Manager is a central component responsible for creating and managing services, which are objects that perform specific tasks. The Service Manager allows for dependency injection and can automatically create and manage service instances based on their configuration.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get all post data in zend framework?
How to make pdo run set names utf8 each time I connect, in zendframework?
What is the minimum php version required to run zend framework 2.0?
How do I extend the zend navigation menu view helper?
What are plugins in zend framework?
Why zend framework?
Explain why are in-built libraries used for the web services?
How to render view file from controller in zend framework?
Why can’t zend_form render my file element without errors?
How can I detect if an optional file has been uploaded?
Does zend support php 4? Explain
How to include js from controller and view in zend framework?