Hi, I have a problem with my logic....I want to know if is possibile to have in the controller this structure
folder(main)/with the file py and this case how the url work Because for example i have the enttity Coperative and i have different page that work with this entity ..so I want to have a folder Coperative-and inside this the controllers..For me this is a good logic. Now in this moment i have one page controller Coperative with 7 or 8 functions that use module and class. But i note that is not so good to have many controllers, create many file that are not in a folder that divide the files is not so good. So is possibile this operatiion? folder Coperative/controller.py ??????Works? Thanks in advance? -- 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.

