Changes between Version 45 and Version 46 of DeveloperGuidelinesS3Framework
- Timestamp:
- 09/12/10 10:04:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v45 v46 106 106 * .confirmation (Default response.flash is styled like this) 107 107 108 === = Global variables ====109 Use session for per sistent variables108 === Global variables === 109 Use session for per-user persistent variables: {{{session.s3.myvariable}}} 110 110 111 Use response for one-off variables which are visible in views without explicit passing 111 Use response for one-off variables which are visible in views without explicit passing: {{{response.s3.myvariable}}} 112 112 113 113 === Settings ===