Posts by Edson Fernando • 69 points
2 posts
- 
		0 votes1 answer289 viewsA: How to popular a dynamically select or checkbox using Annotations in ZF 2’s Zend Form?RESOLVED: @Form\Type("DoctrineModule\Form\Element\ObjectSelect") @Form\Options({"label":"Pessoa", "target_class":"Pessoa\Entity\Pessoa","find_method":{"name":"findBy","params":{"criteria":{},… 
- 
		6 votes1 answer289 viewsQ: How to popular a dynamically select or checkbox using Annotations in ZF 2’s Zend Form?I learned to do this with fixed values, example: @Annotation\Type("Zend\Form\Element\Select") @Annotation\Options({"label":"Cidade"}) @Annotation\Attributes({"options":{"1":"São Paulo","2":"Rio de…