First of all, I would like to thank Massimo Di Pierro and other
developers for the excellent framework!

I have several questions:

1. Is it possible to create class-based controllers instead of
function-based? The class will expose their public methods for calling
like functions. I want to make a controllers hierarchy. This will give
a possibility to inherit methods from ancestors following the DRY
principle :)

Maybe you know, that Django has already implemented such functionality
in the 1.3 version: 
http://docs.djangoproject.com/en/dev/topics/class-based-views/
I think that we need to get such functionality in the web2py too!

2. Is it possible to remove 'T_' and 'F_' prefixes from the 'New
application wizard'? They are really not needed in real tables and
fields.

Thanks

Reply via email to