August 2018
Intermediate to advanced
372 pages
9h 29m
English
A Controller is a link between the end user of an application and the business logic implemented by the Model. Controllers are objects in charge of taking user input and figuring out what part of the Model should be invoked to achieve defined business goals. As a result of this interaction, the Model is often changed, and these changes should be propagated to the views using Controllers.
Keeping the preceding tip in mind, all communication should be done in a specific order from each part of the MVC pattern, passing the information from the View to the Controller and from the Controller to the ...
Read now
Unlock full access