Where do I put my business logic in mvc?
Hi, I have seen many articles says that you to put the business logic in the model. however, If i use the business logic in controller what will be the problem occur. if i use business logic in model then database layer where should i use. Thanks