예제 #1
0
 /**
  * @name selectCaisseListeMarche()
  * @return array(OperationVO)
  * @desc Récupères toutes les lignes de la table ayant pour IdCompte $pId et les renvoie sous forme d'une collection de OperationVO
  */
 public function selectCaisseListeMarche()
 {
     return CommandeManager::recherche(array(CommandeManager::CHAMP_COMMANDE_ARCHIVE), array('='), array(0), array(CommandeManager::CHAMP_COMMANDE_DATE_MARCHE_DEBUT), array('DESC'));
 }