hidden
 [[HtmlHelper]]::hidden (
                      $fieldName,
                      $htmlAttributes = [[array]](),
                      $return = false
                    )

…hiddenのinput fieldを作成します。

Parameters:
string $fieldName : "Modelname/fieldname"のようなfieldの名前。
array $htmlAttributes : 属性の配列。modelで定義?
boolean $return Wheter this method should return a value or output it. This overrides AUTO_OUTPUT.

Returns:
mixed Either string or echos the value, depends on AUTO_OUTPUT and $return. public
最終更新:2007年07月30日 18:13