Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created August 6, 2012 15:32
Show Gist options
  • Save bakura10/3275613 to your computer and use it in GitHub Desktop.
Save bakura10/3275613 to your computer and use it in GitHub Desktop.
$this->add(array(
'type' => 'Zend\Form\Element\Select',
'options' => array(
'label' => 'my option'
),
'attributes' => array(
'options' => array(key value array)
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment