What is the MVC framework?

The MVC framework enables a new paradigm to web development. It is a benefit from the developer's point of view. The same application could of course be developed by this framework or by another perspective.

"Model" stands for data and the software logic, "View" for the pages actually rendered to the end user and "Controller" mediates between the Model and the View - converting input into commands for the Model or View components. Ruby on Rails is an example of the MVC framework.

JODO Wednesday 27 November 2013 - 3:47 pm | | Default

No comments

(optional field)
(optional field)

Comment moderation is enabled on this site. This means that your comment will not be visible until it has been approved by an editor.

Remember personal info?
Small print: All html tags except <b> and <i> will be removed from your comment. You can make links by just typing the url or mail-address.