Changes between Version 45 and Version 46 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
09/12/10 10:04:35 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v45 v46  
    106106 * .confirmation (Default response.flash is styled like this)
    107107
    108 ==== Global variables ====
    109 Use session for persistent variables
     108=== Global variables ===
     109Use session for per-user persistent variables: {{{session.s3.myvariable}}}
    110110
    111 Use response for one-off variables which are visible in views without explicit passing
     111Use response for one-off variables which are visible in views without explicit passing: {{{response.s3.myvariable}}}
    112112
    113113=== Settings ===