Bonsoir tt le monde,

j ai besoin d alimenter mes combobox avec des donness sur une table mais le problem c qu avec la methode traditionnelle de php (Foreach) marche pas le filtre et bcp d autre truc , j besoin de savoir comment alimenter un combo box ZEND 2
de type

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
$this->add(array(
        		'name' => 'status_id',
        		'type'  => 'Zend\Form\Element\Select',
        		'options' => array(
        				'label' => '*Status:',
        				'value_options' => XXXXXXX LE TRAITEMENT A FAIRE  XXXXX,
        		),
        ));

Merci d avance