How To Dynamic Web Rendering?

Adam D. Ruppe destructionator at gmail.com
Mon May 16 06:43:33 PDT 2011


> Instead you move the view layer into the model or controller
> layer. How's that any different?

Is that really what's happening? Any template has variables made
available to it from the model. I'm just making them available
at a higher level (pre-wrapped in semantic tags and grouped
together).

The actual layout and styling, sometimes even data formatting - the
stuff I think of as the view - is still done entirely in the
separate html and css files.

I realize this isn't a perfect argument, but it's still worth it
to me to have those other processing options available.


More information about the Digitalmars-d-learn mailing list