Hello, I want to divide my controller logic up into packages, where the controller part will be 'package/subpackage/module' instead of just 'module'. Currently, I can only use a module as the controller, and the corresponding view will be a directory with the module's name, containing a bunch of views that correspond with the request functions in the controller. In this case I want the view files corresponding with the request functions in 'module' to be located in 'applications/ myapp/views/package/subpackage/module/'.
regards, Mark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

