Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the functionality of Model views and controllers

Answer Posted / abhi2810

MVC is a pattern for the architecture of a software
application. It separates an application into the following
three components:

* models, for handling data and business logic
* controllers, for handling the user interface and
application logic
* views, for handling graphical user interface objects
and presentation logic

This separation results in user requests being processed as
follows:

1. The browser, on the client, sends a request for a page
to the controller on the server.

2. The controller retrieves the data it needs from the
model in order to respond to the request.

3. The controller renders the page and sends it to the view.

4. The view sends the page back to the client for the
browser to display.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ORM in Rails?

895


What I have to do to view my project always on browser?

884


what is ORM (Object-Relationship-Model) in Rails?

921


How you run your Rails Application without creating database ?

912


What is the difference between concern and application_controller.rb in ruby on rails?

824


Explain bundler in rails.

840


What are generators in ruby on rails?

863


what is active record?

898


Write a program to generate and run the application without the use of database

826


What is unit testing (in classical terms)? What is the primary technique when writing a test ?

901


Explain what are the servers supported by ruby on rails?

858


what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?

836


What are the three methods to install ruby on rails?

866


What is Rails?

880


What is the naming convention for variables?

998