隠し
隠しタグの表示
{{ hidden }}
Application::setHidden
で割り当てられた値から<input type="hidden">
を表示します。
Application::setHiddenも参照してください。
例
コントローラー
$this->setHidden('foo', 'bar');
テンプレート
{{ hidden }}
出力
<input type="hidden" name="foo" value="bar">
隠しタグの表示
{{ hidden }}
Application::setHidden
で割り当てられた値から<input type="hidden">
を表示します。
Application::setHiddenも参照してください。
$this->setHidden('foo', 'bar');
{{ hidden }}
<input type="hidden" name="foo" value="bar">