On 12/13/2010 07:12 PM, Chris Withers wrote:
> On 14/12/2010 00:14, Gerry Reno wrote:
>> On 12/13/2010 06:34 PM, Chris Withers wrote:
>>> On 09/12/2010 21:29, Gerry Reno wrote:
>>>> How-To: Add VirtualEnv and Pylons (WSGI framework) to XAMPP
>>>> <http://www.apachefriends.org/f/viewtopic.php?f=17&t=42981>
>>
>> Maybe, if there's no Zope.  Or we'll run away screaming...
>
> That is rather pathetically true...
>
> Ah well, each to their own...
>
> Chris
>
What I really don't like right off is that Pyramid is contorting the MVC
model just as Django did with their MTV model.  They are both making the
controller be the view and this confuses the hell out of people who come
from true MVC based projects.

The VIEW is the bits that stream out of the webserver back to the users
browser.  The CONTROLLER is the code that gathers all the pieces from
the model and constructs the python code that is then fed to the engine
that then creates the view.  And just because the controller navigates
the logic to dynamically contruct/render a view, that does not make 'it'
the view.

-Gerry

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to