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 |
What are the advantages of zend framework?
Checking whether form posted or not in zend framework?
Why does the zend framework project have a cla at all?
What is the purpose of autoloader in zend framework?
Tell me what is the function of model in mvc architecture?
Explain what lucene is in the zend framework?
How can I use a stored procedure in a mysql database with zend framework?
How do I extend the zend navigation menu view helper?
Is there a way to make fpdf/fpdi or zend_pdf support the parsing of pdfs greater than 1.4?
What do you mean by service manager in zend framework 2?
Does zend framework support php 4?
How can I customize the appearance of forms generated by zend_form?