PEEL Shopping
Open source ecommerce : PEEL Shopping
|
Go to the source code of this file.
Functions | |
affiche_formulaire_ajout_tarif (&$frm) | |
FONCTIONS. More... | |
affiche_formulaire_modif_tarif ($id, &$frm) | |
Affiche le formulaire de modification pour le tarif sélectionné More... | |
affiche_formulaire_tarif (&$frm) | |
affiche_formulaire_tarif() More... | |
supprime_tarif ($id) | |
Supprime le tarif spécifié par $id. More... | |
insere_tarif ($frm) | |
Ajoute le tarif dans la table tarif. More... | |
maj_tarif ($id, $frm) | |
Met à jour le tarif $id avec de nouvelles valeurs. More... | |
affiche_liste_tarif () | |
affiche_liste_tarif() More... | |
Variables | |
const | IN_PEEL_ADMIN true |
$GLOBALS ['DOC_TITLE'] = $GLOBALS['STR_ADMIN_TARIFS_TITLE'] | |
$frm = $_POST | |
$form_error_object = new FormError() | |
switch (vb($_REQUEST['mode'])) | |
affiche_formulaire_ajout_tarif | ( | & | $frm | ) |
FONCTIONS.
Affiche un formulaire vierge pour ajouter un tarif
array | $frm | Array with all fields data |
Definition at line 88 of file tarifs.php.
affiche_formulaire_modif_tarif | ( | $id, | |
& | $frm | ||
) |
Affiche le formulaire de modification pour le tarif sélectionné
integer | $id | |
array | $frm | Array with all fields data |
Definition at line 117 of file tarifs.php.
affiche_formulaire_tarif | ( | & | $frm | ) |
affiche_liste_tarif | ( | ) |
insere_tarif | ( | $frm | ) |
Ajoute le tarif dans la table tarif.
array | $frm | Array with all fields data |
Definition at line 229 of file tarifs.php.
maj_tarif | ( | $id, | |
$frm | |||
) |
Met à jour le tarif $id avec de nouvelles valeurs.
Les champs sont dans $frm
integer | $id | |
array | $frm | Array with all fields data |
Definition at line 261 of file tarifs.php.
supprime_tarif | ( | $id | ) |
Supprime le tarif spécifié par $id.
integer | $id |
Definition at line 216 of file tarifs.php.
$form_error_object = new FormError() |
Definition at line 23 of file tarifs.php.
$frm = $_POST |
Definition at line 22 of file tarifs.php.
$GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_TARIFS_TITLE'] |
Definition at line 19 of file tarifs.php.
const IN_PEEL_ADMIN true |
Definition at line 14 of file tarifs.php.
switch(vb($_REQUEST['mode'])) |
Definition at line 25 of file tarifs.php.
This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:40 - is a product of SAS. All rights reserved.