Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to divide the task between controller ,model and the view.
Where should reside the program Logic within controller or model ??
Posted

1 solution

 
Share this answer
 
v3
Comments
Sarita S 9-Mar-15 5:30am    
I need to have general guideline about designing the MVC application.
I am confused with where we should keep the Business logic part in controller or the model??
Who will do the processing part of the program?
Peter Leow 9-Mar-15 5:47am    
The business logic belongs to the model, see the updated reference.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900