MVC execution pattern
- by CHID
Hi,
I am trying to migrate to MVC from conventional n tier applications. I am very much used to creating websites in the regular manner. But i find it difficult to adapt to MVC environemnt.
Suppose there is a table products. I jus want to display the table data in a web page. I hav ROR installed and working. I have created a project by giving
rails_apps rails demo
The command prompt created some folders inside a folder called demo.
Though i have read one or two tutorials i am not exactly clear about the working or the cycle of MVC.
Can anyone please give some basic idea. I have managed to skim through the initial pages of Agile Web Development Through Rails.
Also, please give me some usefull links on the net. That would really help me.