What do you mean by service manager in zend framework 2?
Answer / 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 |
How can I detect if an optional file has been uploaded?
What is routing and how it's work?
Explain what is the procedure to see that the optional file is detected?
Explain the difference between zend 2 & zend 3?
How to disable layout from controller?
What is threads in php?
Why should we use framework?
How can I use a stored procedure in a mysql database with zend framework?
How to protect your site from sql injection in zend when using select query?
What does autoloader in zend framework?
Tell me what are the ways in which the file can be detected as being uploaded or not?
Where is the model in zf's mvc implementation?