Skip to content

Instantly share code, notes, and snippets.

@neiraza
Created January 22, 2014 05:02
Show Gist options
  • Save neiraza/8553719 to your computer and use it in GitHub Desktop.
Save neiraza/8553719 to your computer and use it in GitHub Desktop.
smatyでcssとかのキャッシュ対策
<link rel="stylesheet" href="/style/smart/table.css?{($smarty.now|date_format:"%Y-%m-%d %H:%M:%S")}" type="text/css" />
@neiraza
Copy link
Author

neiraza commented Jan 22, 2014

使いドコロ間違えると、都度読み込みであぼーんだけど、
開発時は別に秒単位でもいいんじゃね。

@neiraza
Copy link
Author

neiraza commented Jan 23, 2014

?{($smarty.now|date_format:"%Y-%m-%d %H:%M:%S")}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment