mvc is pattern. you can use web.py for controller(MVC), use other for v or m. example: m (SQLALchemy) v (Mako) good luck -- blog: http://chenxiaoyu.org twitter: @nnfish <http://twitter.com/nnfish>
On Thu, Oct 7, 2010 at 8:02 PM, pykhmer <[email protected]> wrote: > I found the webpy is very simple easy to learn .just learn only python > and use webpy. > > > What about MVC In web.py ? How can we orgainize the applications in > MVC style? > > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <webpy%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/webpy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
