Hey,
I'm trying to understand the model-view-controller design patter, but I have a problem: Normally the model holds the data with get( ) and set( ) methods on that data. But what to do if several views, and thus several controllers, must access the model? Normally seen, 1 controller per view seems the best to me.
Hannes
