worbit | Commented

3 Votes Vote

An Introduction to MVC

Posted by jjlo 421 days ago php
http://www.serversidemagazine.com — MVC, or Model-View-Controller, is an architectural pattern used in software development. Although it’s been around for several decades, it has gained popularity recently as the crux of rapid development frameworks such as Java, Ruby on Rails, CakePHP, Monorail, and JavaScriptMVC.

The aim of MVC is to promote good programming practices by separating a web application into three layers: data, pr Read More
1 Comment Bury
Tags: architecture patterns design patterns All