What is a module in zend framework 2?



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

Post New Answer

More Zend Interview Questions

Explain the difference between zend 2 & zend 3?

1 Answers  


What is routing and how it's work?

1 Answers  


Explain routing in zend framework?

1 Answers  


What is the purpose of autoloader in zend framework?

1 Answers  


What new in zend framework 2.0?

1 Answers  


Explain what is the difference between zend_auth and zend_acl?

1 Answers  


What new in zend framework 3.0?

1 Answers  


Why can’t zend_form render my file element without errors?

1 Answers  


Explain what is the procedure to see that the optional file is detected?

1 Answers  


What is zend framework? What is the use of it?

1 Answers  


Why do we need disable layout & how we can do it?

1 Answers  


Tell me what is the function of model in mvc architecture?

1 Answers  


Categories