koen Posted February 28, 2008 Share Posted February 28, 2008 Is there any technique that prevents the view from updating the model? Example: Controller says: model, do a login with credentials x and y. The view has access to the model also, to display some data. But I don't want it to be able to ask it to do a login. So I think the question is whether there is a way to allow the controller to access [property or method] X of the model but not Y, and the view only Y but not X. Link to comment https://forums.phpfreaks.com/topic/93504-prevent-view-from-updating-model/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.