Skip to content

Instantly share code, notes, and snippets.

@stephpy
Created November 8, 2011 17:04
Show Gist options
  • Save stephpy/1348385 to your computer and use it in GitHub Desktop.
Save stephpy/1348385 to your computer and use it in GitHub Desktop.
Doctrine mystery
<?php
# THIS WORK
$qb->orderBy('uc.is_current DESC, uc.date_from', 'DESC')
# THIS NOT WORK
$qb->orderBy('uc.date_from DESC')
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment