Model View Controller
This is an explanation and a confession. For those that don't know, a Model View Controller is a software design pattern. It has there parts, a Model controls the data and logic, a View draws the data to the screen and a Controller links the two together.