LoginSignup
0
1

More than 5 years have passed since last update.

久しぶりに触るとほぼ確実に忘れてるsmartyの変数代入

Posted at

PHPとかばかり触ってると、つい ↓ みたいに変数に値を入れがちです。

$hoge="test";

smarty のテンプレートでこれやると

syntax error: unrecognized tag:

言われます。

一瞬、なんでや。

と思いますが、smarty の変数代入は↓

{assign var="ccnt" value=1}

assign つける!!(だいたい忘れる)
var と value を分ける!!

たぶんまた半年後に触ると忘れてるので、忘備録。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1