Changes between Version 4 and Version 5 of WebTemplateProposal
- Timestamp:
- Dec 17, 2011, 12:55:50 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebTemplateProposal
v4 v5 16 16 17 17 Problems to avoid: 18 * find out how to tell the smarty compiler what language is currently used so cached files are useable ( I already read this in the documentation just need to find it again)18 * find out how to tell the smarty compiler what language is currently used so cached files are useable (use [http://www.smarty.net/docs/en/caching.multiple.caches caching multiple caches] feature) 19 19 * allow project specific template enhancements or replacement without tampering the standard templates 20 20 * HTML is used widely in .php and .inc files and is echo'ed by a lot of functions directly, this must be changed so that functions in /inc return a string to the calling script or function