Not sure I understand. You can put modules in modules/ and you can
have a subfolder structure.
You can also have a subfolder structure in views but your actions have
to be explicit on which view to use (response.view="....html").

controllers have to be files without a subfolder structure.

On Nov 9, 4:18 am, eggy_ <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to