What you're seeing is actually correct. In MVC, the data and logic reside in the Model, with the Controller only handling communication between the other components. Don't make the mistake of equating the Model with…
What you're seeing is actually correct. In MVC, the data and logic reside in the Model, with the Controller only handling communication between the other components. Don't make the mistake of equating the Model with…