include($_SERVER['DOCUMENT_ROOT']."/common.php") ; _startpage() ; _link("Execute.php", "Gestion automatique des paramètres") ; _title(1, 'geaBasket::Contents') ; _title(2, 'But') ; _p() ; echo "Cette méthode renvoie un tableau contenant le panier." ; _endp() ; _title(2, 'Prototype') ; _code() ; echo "geaBasket::Contents()" ; _endp() ; _p() ; echo "Retour : un tableau contenant pour chaque ligne un article du panier" ; _title(2, "Traitement") ; _p() ; echo "Chaque ligne contient un objet dont les champs sont ceux de la table des articles, plus les champs :
Ref | Designation | Prix unitaire | Quantite | Notes | Total | |
---|---|---|---|---|---|---|
$obj->ReferenceInterne | $obj->Nom_fr | $obj->Notes | $obj->Tarifdebase € | $ttl € | url&basket=add&basket_id=$obj->IDbasket\'>+1 url&basket=remove&basket_id=$obj->IDbasket\'>-1 url&basket=remove&basket_id=$obj->IDbasket&basket_quantity=-1\'>Supprimer | |
TOTAL | $total € |