Should the Data_Controller be stateless or not?
Actually it seems that this is the desired design, so a controller can act and the model stores the actual state of the data (that could also lead to reuse the same instance of the controller on multiple models).
Need to known it for sure! :)
Should the Data_Controller be stateless or not?
Actually it seems that this is the desired design, so a controller can act and the model stores the actual state of the data (that could also lead to reuse the same instance of the controller on multiple models).
Need to known it for sure! :)