The three parts of the MVC software-design pattern are:
- Model: Manages data and business logic.
- View: Handles the display
- Controller: Receives input from the user and converts it to commands for the model or view. It's a bridge between model and view (which don’t know about one another)
Note: in some versions of the pattern the model calls the view directly.
No hay comentarios.:
Publicar un comentario