I am trying to understand MVC, but for most of the Q&A's I have seen, the description is great but I cannot quite understand it, I think it works like this scenario I thought of:
User Registration (sorry for the wrong order):
- Controller: The user, they input the data (username & password)
- Model: The UserRegistration class - Takes in the username and password and deals with the request
- View: A success message passed to the user (just an example!)
Am I right in thinking that it goes the same for any language; C#, C++, PHP etc.?
I have tried for ages to understand this and what I am looking for is: talk to me like I am a child or a monkey.
I have looked here (What is MVC, really?
) and found it didn't help me