But I doubt that this core idea is what the original MVC idea had in mind.
I believe the original idea was that the MV and C are separated but coupled. So all views that bind to a model will update at the same time when a controller calls a change in the model.
On the web this concept is strange. I think this is why there are so many different MVC concepts.
I believe the original idea was that the MV and C are separated but coupled. So all views that bind to a model will update at the same time when a controller calls a change in the model.
On the web this concept is strange. I think this is why there are so many different MVC concepts.