Kevin Newman skriver:
> On 2/25/2012 8:00 PM, Paul Andrews wrote:
>> Who is then? 
> 
> The model - but it depends on what you really mean by manipulate - if
> you are storing it (such as in a database) to be retrieved by the model
> at a later time, the model should do it. If you are channeling the data
> to a generic view, and need to transform the format to fit the view, you
> would do that in the controller.
> 
> Kevin N.
> 

I disagree. The data changing should be done in an adapter that the
controller puts in between the model and the view.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to