Jump to content

prevent view from updating model


koen

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.