zf2 Form Collection Validation - Unique Elements in Fieldsets
问题 I want to add unique Elements in a Zend Form Collection. I found this awesome work from Aron Kerr I do the forms and fieldsets like in Aron Kerr´s Example and it works fine. In my case i create a Form to insert a collection of stores from a company. My Form First of all i have a Application\Form\CompanyStoreForm with a StoreFieldset like this: $this->add(array( 'name' => 'company', 'type' => 'Application\Form\Stores\CompanyStoresFieldset', )); The Fieldsets Application\Form\Stores