How are Model views and controllers related?

Answer Posted / ganesh mohan

Model, View and Controller(MVC) is 3 tier architecture.
view consits all HTML, javscript pages. its client side
template. while as Model connects to Database describing all
data fields and the relation between then and all business
calculations are controlled by controller ...

Is This Answer Correct ?    36 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the directory structure of rails?

653


How is calling super() different from the super call?

664


Choosing between belongs_to and has_one?

649


What are class libraries?

650


Explain about restful architecture?

623


What is rails active record?

658


Tell me what is rails active record in ruby on rails?

618


what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?

668


what is active record?

683


how you define Instance Variable, Global Variable and Class Variable in Ruby?

669


How is the model view controller framework used in ruby on rails?

632


how can we define Ruby regular expressions?

634


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

639


what is the use of super function in ruby on rails?

684


what is the difference between Active support’s “HashWithIndifferent” and Ruby’s “Hash” ?

727