*/
]]>formNote($name, $value = null): Creates a
simple text note. (e.g. as element for headlines in a
Zend_Form object)
formNote(null, 'This is an example text.');
// 出力: This is an example text.
]]>formPassword($name, $value, $attribs): <input
type="password" /> 要素を作成します。
formRadio($name, $value, $attribs, $options, $listsep):
一連の <input type="radio" /> 要素を、$options の要素ごとに作成します。
$options は、ラジオボタンの値をキー、ラベルを値とする配列となります。
$value はラジオボタンの初期選択状態を設定します。