Closed koriym closed 11 years ago
Form::getIterator() doesn't work.
$form = new Form(new Builder, new Filter); $form->setField('foo'); $form->setField('bar'); $iterator = $form->getIterator();
'Aura\Input\Exception\NoSuchInput : fields' exception thrown with this code.
Form::getIterator() doesn't work.
'Aura\Input\Exception\NoSuchInput : fields' exception thrown with this code.