Model View Controller (MVC) Question:

Suppose that if i want to open a contacts view, i should call contactsController.view(id), or what have you, which would then open the view for me. correct?

MVC Interview Question
MVC Interview Question

Answer:

What do you mean open? explain more..


Previous QuestionNext Question
How to use model validation rules with a form?Tell me in other mvc systems, the rule is fat models, skinny controllers. ie the business logic goes in the models and all controllers do is load/save models and load/kill views. is this the extjs way?