MVC

Model View Controller

From wikipedia:
MVC.png

![note]
Even though the the abstraction layers look more like in this order: Model -> Controller -> View, I think it's called MVC because of the order the code is written.