Thanks a lot! Richard
On Wed, Oct 29, 2014 at 3:56 PM, Richard Vézina <[email protected] > wrote: > That why... I was strugling with issue with global since a lot of time > that clarify thing now... > > Richard > > On Wed, Oct 29, 2014 at 3:37 PM, Leonel Câmara <[email protected]> > wrote: > >> Well globals in Python are really only global to their own module, web2py >> templates and controllers are not exactly python modules anyway, so, it's >> complicated; just do it in the view and let the template system take care >> of it. >> >> -- >> 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. >> > > -- 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.

