radio
 [[HtmlHelper]]::radio (
                     $fieldName,
                     $options,
                     $inbetween = null,
                     $htmlAttributes = [[array]](),
                     $return = false
                   )

…ラジオボタンの部品を作成します。

Parameters:
string $fieldName : "Modelname/fieldname"のようなfieldの名前。
array $options : radioボタンのオプションの配列。
array $inbetween : radioボタンとradioボタンの間に入れる文字列。
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:37