On Monday, December 7, 2015 at 6:07:13 AM UTC-5, Alessio Varalta wrote: > > Thanks for the help. I found the solution in this document > https://drive.google.com/file/d/0B1MqW7JZ47SybHNnMFdPWmNQcHc/view?usp=drive_web > > where there is a explanation for create a class >
That doesn't do what you were looking for (i.e., make records instances of a class so you can call methods on individual records). Rather, it just creates a standard Python class that happens to access DAL objects within its methods. There is nothing web2py/DAL specific about those classes. Anthony -- 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.

