On Tue, 2011-02-15 at 14:08 -0300, Federico Apelhanz wrote: > Interesting, I always thought that, the mvc pattern implementation on > Pylons, was a bad one, (don't know about other web frameworks), since > you can not access the model from the view, without using the > controler. Guess that now in pyramid, both controller and model are > saw as one?
Not really. It just doesn't make sense to try to map the individual letters of "MVC" to parts of any web framework in a sensible technical way (even by trying to combine, collapse, or rearrange them); it's a losing proposition. It's purely a marketing term. - C -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
