ma...@rockiger.com escribió:
Should go away, when all dns servers are updated.
Hi,
at http://killer-web-development.com/section/1/3 shows a diagram that try to explain the MVC pattern that says:
[USER <-> CONTROLLER <-> VIEW, USER <-> CONTROLLER <-> MODEL <- DATABASE] ...but I think it should be as follows: [USER <-> VIEW <-> CONTROLLER <-> MODEL <-> DATABASE]...because user just interact directly with Views and these make the request to controllers and/or models. Or am I wrong?