At 09:03 AM 6/9/2001 -0700, Tavis Rudd wrote:
>Chuck,
>I see where you're coming from on this.  I was just getting
>sick of putting * in for all the vars that I wanted to
>cache, which was almost every single one.
>Here's a proposal that should remove my frustration, while
>using dynamic vars as the $placeholder default:
>
>==========================================
>  $var1
>  $*var2          ## statically cached
>  $*15*var3    ## timed refresh
>#cache
>  $var4           ## statically cached
>  $var5
>#cache
>==========================================
>Thoughts?
>
>Tavis

Looks good to me. I assume you meant "#end cache" instead of "#cache" the 
second time around. Also, "#cache" could take an optional number as in 
"#cache 15".

In addition to the above, you could also provide a setting (if there isn't 
already) for Template, although that could lead to ?incompatible? templates 
between systems.


-Chuck


_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to