Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1.         $form->add('select', 'nom_du_select', array(
  2.             'champ1' => array('value' => 'val1', 'selected' => true),
  3.             'champ2' => array('value' => 'val2'),
  4.             'champ3' => array('value' => 'val3'),
  5.             'champ4' => array('value' => 'val4'),
  6.             'champ5' => array('value' => 'val5'),
  7.             'champ6' => array('value' => 'val6'),
  8.         ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement