[Zope3-Users] ZopeX3 Component Architecture in comparision to MVC
- general question/example
Lennart Regebro
regebro at gmail.com
Tue Feb 28 11:19:31 EST 2006
On 2/28/06, Reinhold Strobl <reinhold.strobl at gmx.net> wrote:
> Model = Content in Zope
> View = Views in Zope
>
> but what about the controller?
As Jean-Marc sais, the view is both view and controller. It turns out
that most MVC implementations have trouble separating the view and the
controller anyway.
If you want to have a mvc controlle mapping pictured in your head, I
would say that the controller can be seen as the "update" method often
used in many views.
More information about the Zope3-users
mailing list