Zend 2 Framework Interview Questions and Answers
Most Frequently Asked Zend 2 Framework Interview Questions
Q11. Explain the difference between Zend 2 & Zend 3?
Answer
S.no | Zend 2 | Zend 3 |
---|---|---|
1. | Doesn’t support backward compatibility. | Supports backward compatibility. |
2. | Components are stored in a single GIT repository. | Components are stored in multiple GIT repositories. |
3. | No availability of component installer. | Introduction of the component installer. |
4. | Average ServiceManager and EventManager Performance. | Improved ServiceManager and EventManager Performance. |
Q12. What are the advantages of Zend framework 3? Explain
Answer
- Zend framework 3 supports PHP 7 which was released with various improvements for developers.
- The improved modular approach through separation of concerns and decoupling of packages.
- Improved project documentation.
- Introduction of Microframework.
Q13. How to Install Zend 2 using composer?
Answer
$ composer require zendframework/zend-mvc