Hi all,

I'm fairly new to python as well as to web2py, so this may be a silly
question. But is there any way to make one controller extend another,
like view inheritance?

More broadly, I'm finding that it's hard to take advantage of python's
OO structure in controllers. I keep writing nested "if else"
statements to handle different kinds of input, instead of being able
to invoke different objects to handle it. I feel like I'm back to old-
style javascript functions for controllers.

Thanks for your help,

Ian

Reply via email to