Zend Form Error “was not found in the haystack”

$field = $this->createElement('select', 'fieldname');
$field->setLabel('Second SELECT');
$field->setRegisterInArrayValidator(false);
$this->addElement($field);


发表评论

邮箱地址不会被公开。