What is the real function of a controller in a MVC architecture ?
Thank you for your advices.
Your controller in the above example is Users firing the view Action it got from the request (usually another object).
Your controller in the above example is Users firing the view Action it got from the request (usually another object).