What is service manager in zend framework?
Answer / Avkash Kumar
In Zend Framework, Service Manager (`ZendServiceManager`) is a component responsible for managing dependencies between components in an application.nIt provides a flexible way to configure and inject services (i.e., objects) into other services or controllers based on their interfaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you get a module name in bootstrap file.
What is zend helpers?
Explain the difference between zend 2 & zend 3?
Can you explain why are in-built libraries used for the web services?
What is authorization in zend framework?
How we can redirect to another page from controller in zend framework?
Features of mvc in zend framework?
How to disable layout from controller?
Where is the model in zf's mvc implementation?
What is zend framework 2?
What is the function lucene?
Explain form element decorators in zend framework2?