How To Dynamic Web Rendering?

Jacob Carlborg doob at me.com
Mon May 16 07:28:04 PDT 2011


On 2011-05-15 21:19, Adam D. Ruppe wrote:
> But, in a lot of cases, you have to change the model to change
> the data you're showing anyway... the view only has what's available
> to it.

Depending on what needs to be changed this is the job of the controller, 
to get the necessary data, for a specific view, out of the model. But, 
of course, if the model doesn't have the data in the first place that 
would be impossible.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list