Warning: Use of undefined constant ddsg_language - assumed 'ddsg_language' (this will throw an Error in a future version of PHP) in /home/ezic/ezic.info/public_html/w.ezic.info/wp-content/plugins/sitemap-generator/sitemap-generator.php on line 44
Smartyにおけるテンプレート側での多次元配列の書き方 | EZiC[イージック]コンテンツ紹介!

Smartyにおけるテンプレート側での多次元配列の書き方

下記の2通りは同じ結果になる。

HTML:
  1. {$val['one']['two']}
  2. {$val.one.two}

タイトルとURLをコピーしました