Hello, Maybe this may sound trivial (bear with me, please) but here is my question: I have a long controller module that I would want to split up or make more manageable . Most of the functions in this controllers are controller functions called from the frontend.
Now, I guess I could refactor the module and have some support functions and create a new module in the "modules" folder. This has brought me problems in windows environment, so I would try to avoid it. I could create other controller modules and move some controller functions to them, but then I would need to update the frontend ajax calls. Any ideas? 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/ebb303ef-70b2-4ae6-87a2-cf88c7493b1b%40googlegroups.com.

