The best scenario I see is defining methods to model classes. For example, centralising queries and business actions like: create_customer(), get_active_employees(), register_student() and so on.
-- Vinicius Assef On 30 October 2015 at 12:49, Anthony <[email protected]> wrote: > > Well, the only thing that I really want right now, is a layer for object >> oriented use, something like the weppy pyDAL layer should be enough, it >> will be a impressive improvement to pydal (will convince to many users to >> use pydal and web2py) >> > > What are some examples of things you would envision doing with a "layer > for object oriented use" that are more difficult with the pyDAL as is? > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

