Changes between Version 113 and Version 114 of DeveloperGuidelines


Ignore:
Timestamp:
07/26/10 23:53:07 (15 years ago)
Author:
Fran Boon
Comment:

execfile controller

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v113 v114  
    2424{{{
    2525python web2py.py -S eden -M
     26}}}
     27
     28Can execute a controller to be able to access its functions using:
     29{{{
     30execfile("applications/eden/controllers/mycontroller.py", globals())
    2631}}}
    2732