Guest User

Untitled

a guest
Apr 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $factures = $this->Commande->find('all', array(
  2.  
  3. 'conditions' => array(
  4. 'Commande.prestataire_id' => $this->request->data['prestataire_id']
  5.  
  6. ),
  7. 'group' => array('Commande.date'),
  8. 'order' => array('Commande.date' => 'DESC'),
  9. 'fields' => array(' Commande.date'),
  10. ));
Add Comment
Please, Sign In to add comment