Il 23/06/15 20:30, Niphlod ha scritto:
> if you plan to use functions in controllers that MAY NOT be seen by
> users, just define them with a parameter (a dummy one works fine)
>
> def this_function_is_accessible():
>     pass
>
> def this_is_not_accessible(dummy=None):
>     pass
Another way I like is to define them in files inside a directory under
models with the same name of your controller. In that way the folder
content is read and the functions are defined in the framework
environment only when your controller is called.

Cheers

    M.

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to