Hi All,
I have a small problem that i want the textbox to have only numbers but i cant find the right filter for it.
Please help
$inputFilter->add($factory->createInput(array(
'name' => 'minimum_bid',
'required' => true,
'filters' => array(
array('name' => 'Int'),
),
)));
Thanks
sandeep
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]
