Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 3 matches
Smarty Forum Index
Author Message
  Topic: Smarty 3 RC3 released
legende

Replies: 38
Views: 114328

PostForum: Smarty 3   Posted: Sat Aug 21, 2010 12:36 pm   Subject: Feature request: cache_id attribute for include template
There are times when you need to assign separate cache_id for include templates. Can you please add this functionality to smarty 3.

{include file='template' cache_id='$special_cache_id'}


Than ...
  Topic: Smarty 3 Beta 8 Released
legende

Replies: 38
Views: 102678

PostForum: Smarty 3   Posted: Sat Mar 20, 2010 5:22 pm   Subject: Smarty 3 Beta 8 Released
Please add functionality to assign separate cache_id for include files

{include file=... cache_lifetime=300 cache_id=$mycacheid}
  Topic: Smarty 3 beta 6 released
legende

Replies: 9
Views: 34275

PostForum: Smarty 3   Posted: Sun Jan 17, 2010 1:30 pm   Subject: Smarty 3 beta 6 released
PHP
define 'MYCONSTANT', '100'

Code in smarty template
{$const="{$smarty.const.MYCONSTANT}"}
{$const}

produces in beta6: {@MYCONSTANT}
produces in beta5: 100
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP