Model view controller is a type of software architecture that is designed to separate the programming code that handles presentation, application logic and business logic. This makes systems using a model view controller architecture much simpler to maintain, as locating the code relevant to specific logic is significantly easier. Additionally, it makes expansion of systems much less complex, [...]
06
/04
2010
Category
Tags
- controllers
- CRUD
- databases
- feature cascade
- logic
- Model View Controller
- models
- MVC
- software architectures
- views