Model View Controller (MVC) Question:
Download Questions PDF

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?

Answer:

What do you mean open? explain more..

Download MVC Interview Questions And Answers PDF

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?