On May 14, 7:53 am, Dmitriy <partsyr...@gmail.com> wrote:
> 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 :)

It is not possible. It is not clear to me what problem is that trying
to solve. Could you make an example? Perhaps there is a web2py way.

> 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.

We are trying to make the wizard fool proof. It should be possible to
remove them. Perhaps add an admin config flag to disable them. I will
look into it.

Reply via email to