Most Recent Articles For: model

Written by Gertjan on May 12th, 2009
The MVC architectural pattern is a smart and bright way of developing web-based applications. The acronym MVC stands for Model, View and Control: these are the three components that, according to the pattern, every application can (and should) be divided into. I would actually state that MVC is "the ultimate" ...