What is a module in zend framework 2?
Answer / Kavita Mishra
In Zend Framework 2, a module represents a reusable and independent part of an application. It encapsulates the shared concerns, such as routes, controllers, services, and configuration. Modules can be used to organize the components of your application and promote maintainability and testability.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between zend 2 & zend 3?
What is routing and how it's work?
Explain routing in zend framework?
What is the purpose of autoloader in zend framework?
What new in zend framework 2.0?
Explain what is the difference between zend_auth and zend_acl?
What new in zend framework 3.0?
Why can’t zend_form render my file element without errors?
Explain what is the procedure to see that the optional file is detected?
What is zend framework? What is the use of it?
Why do we need disable layout & how we can do it?
Tell me what is the function of model in mvc architecture?