Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ZENDフレームワークでフォーム入力の長さを処理するには?
Zend フォーム要素に最大 4 文字を使用したい
重複の可能性 がありますサイズについてこれを試してください:
$element = new Zend_Form_Element_Text('test') $element->setAttrib('size', '4');
ZF の「Creating Form Elements Using Zend_Form_Element」ドキュメントも参照してください:リンク