Guest User

Untitled

a guest
Feb 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $this->encours_results = Doctrine_Core::getTable('missions')
  2. ->createQuery('q')
  3. ->leftJoin('q.Factures F')
  4. ->where('q.facturation = ?', 'A recouvrer')
  5. ->orderBy('F.date_facturation ASC')
  6. ->groupBy('q.clients_id')
  7. ->execute();
Add Comment
Please, Sign In to add comment