Home »
MCQs »
Zend Framework MCQs
Zend follows which type of architecture?
3. Zend follows which type of architecture?
- Layered architecture
- MVC
- Microkernel
- None
Answer: B) MVC
Explanation:
Zend is based upon MVC i.e., model, view, and controller design pattern.