On Wed, Feb 1, 2012 at 12:04 PM, cd34 <[email protected]> wrote: > On Feb 1, 2:36 pm, sajuptpm <[email protected]> wrote: >> I have a project developed in turbogears, i want to move it to >> Pyramid, is it possible ??? > >> I am using following feature of TG2 >> controller > > The closest thing to the controller structure from TG2 are handlers.
Actually, the closest thing to controllers is view classes. pyramid_handlers is one way to manage view classes, but increasingly people are "doing it themselves" with @view_config. -- Mike Orr <[email protected]> -- 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.
