Skip to content

Instantly share code, notes, and snippets.

@Tocacar
Created April 24, 2012 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tocacar/2476961 to your computer and use it in GitHub Desktop.
Save Tocacar/2476961 to your computer and use it in GitHub Desktop.
sf2 entity form field
$builder->add('category_id', 'entity', array('class' => 'MySampleBundle:Category',
'empty_value' => 'Choose a category'
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment