Skip to content

Instantly share code, notes, and snippets.

@wasipo
Created April 9, 2015 04:37
$form = Fieldset::forge('registermenu');
$form->add('name属性の値', 'ラベルの内容', array('type'=>'text', 'value'=>'placeholder'));
$form->field('name属性の値')->set_label("名前")->set_type("checkbox");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment