Skip to content

Instantly share code, notes, and snippets.

@dionisos2
Last active December 15, 2015 14:49
Show Gist options
  • Save dionisos2/5277280 to your computer and use it in GitHub Desktop.
Save dionisos2/5277280 to your computer and use it in GitHub Desktop.
$builder->add('selected', 'checkbox', array('required' => false,));
$builder->add('caracts', 'collection', array('type' => 'TrouveTout_Caract',
'label' => ' ',
'allow_add' => true,
'allow_delete' => true,
'by_reference' => false,
'options' => array('display_type' => 'edit',
'parentType' => $parentType)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment