Tagged Questions
-1
votes
2answers
141 views
How to fit requirements into MVC
Let's say we have a website requirement to allow User functionality. Simple!
We create the UserModel, UserController and UserView. Works perfectly.
However, let's assume that User has a many-to-one ...