Skip to content

Instantly share code, notes, and snippets.

@ftdysa
Created August 15, 2014 16:39
Show Gist options
  • Save ftdysa/bc8856eaf67b4a8827a4 to your computer and use it in GitHub Desktop.
Save ftdysa/bc8856eaf67b4a8827a4 to your computer and use it in GitHub Desktop.
$builder->add('secretQuestion', 'entity', [
'property' => 'question',
'class' => 'E:SecretQuestion',
'query_builder' => function(EntityRepository $er) {
return $er->createQueryBuilder('q')->orderBy('q.id', 'ASC');
}
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment