Changes between Version 113 and Version 114 of DeveloperGuidelines
- Timestamp:
- 07/26/10 23:53:07 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v113 v114 24 24 {{{ 25 25 python web2py.py -S eden -M 26 }}} 27 28 Can execute a controller to be able to access its functions using: 29 {{{ 30 execfile("applications/eden/controllers/mycontroller.py", globals()) 26 31 }}} 27 32