$fieldset = Fieldset::forge('item');
$fieldset->add(
'price',
'Price',
array('type' => 'text'),
array(
array('required'),
array('valid_string' => array('numeric')),
)
);
$fieldset->add(
'price',
'Price',
array('type' => 'text),
array(
array('required'),
array('valid_string' => array(array('numeric')))
)
);
It looks like you're new here. If you want to get involved, click one of these buttons!