Business logic in MVC [closed]

I have 2 questions:

Q1. Where exactly does “business logic” lie in the MVC pattern? I am confused between Model and Controller.

Q2. Is “business logic” the same as “business rules”? If not, what is the difference?

It would be great if you could explain with a small example.

10 Answers
10

Leave a Comment