Ruby on Rails
MVC (Version #2)

“Model, View, Controller (MVC)” is a software architecture that separates an application’s data model, user interface, and control logic into three distinct components (model, view and controller, respectively)

MVC is a pattern of software development which can be applied to GUI software and web applications, and probably other things.

For a more in depth explanation see UnderstandingMVC. See UnderstandingRailsMVC for information regarding how MCV is used in Rails.

category: Glossary

“Model, View, Controller (MVC)” is a software architecture that separates an application’s data model, user interface, and control logic into three distinct components (model, view and controller, respectively)

MVC is a pattern of software development which can be applied to GUI software and web applications, and probably other things.

For a more in depth explanation see UnderstandingMVC. See UnderstandingRailsMVC for information regarding how MCV is used in Rails.

category: Glossary