Answer Posted / Praveen Kumar Gupta
The MVC (Model-View-Controller) pattern is a key feature of the Zend Framework. It promotes separation of concerns, making the code more maintainable and scalable. Some specific features include:
- The Model manages data and business logic.
- The View handles the presentation layer.
- The Controller mediates between the Model and the View.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers