PEEL Shopping
Open source ecommerce : PEEL Shopping
|
Go to the source code of this file.
Functions | |
affiche_formulaire_modif_contacts ($id, &$frm, &$form_error_object) | |
FONCTIONS. More... | |
affiche_formulaire_contact (&$frm, &$form_error_object) | |
affiche_formulaire_contact() More... | |
maj_contacts ($id, $frm) | |
Met à jour le contact $id avec de nouvelles valeurs. More... | |
affiche_formulaire_ajout_contacts (&$frm, $form_error_object) | |
Affiche un formulaire vierge pour ajouter un contacts. More... | |
supprime_contacts ($id) | |
Supprime le contact spécifié par $id. More... | |
insere_contacts (&$frm) | |
Ajoute le contact dans la table contacts. More... | |
affiche_liste_contacts () | |
affiche_liste_contacts() More... | |
Variables | |
const | IN_PEEL_ADMIN true |
$GLOBALS ['DOC_TITLE'] = $GLOBALS['STR_ADMIN_CONTACTS_TITLE'] | |
$id = intval(vn($_REQUEST['id'])) | |
if(!isset($form_error_object)) | $frm = $_POST |
$output = '' | |
switch (vb($_REQUEST['mode'])) | |
affiche_formulaire_ajout_contacts | ( | & | $frm, |
$form_error_object | |||
) |
Affiche un formulaire vierge pour ajouter un contacts.
array | $frm | Array with all fields data |
Definition at line 183 of file contacts.php.
affiche_formulaire_contact | ( | & | $frm, |
& | $form_error_object | ||
) |
array | $frm | Array with all fields data |
class | $form_error_object |
Definition at line 129 of file contacts.php.
affiche_formulaire_modif_contacts | ( | $id, | |
& | $frm, | ||
& | $form_error_object | ||
) |
FONCTIONS.
Affiche le formulaire de modification pour le contact sélectionné Charge les informations du contact
array | $frm | Array with all fields data |
class | $form_error_object |
Definition at line 104 of file contacts.php.
affiche_liste_contacts | ( | ) |
insere_contacts | ( | & | $frm | ) |
Ajoute le contact dans la table contacts.
array | $frm | Array with all fields data |
Definition at line 228 of file contacts.php.
maj_contacts | ( | $id, | |
$frm | |||
) |
Met à jour le contact $id avec de nouvelles valeurs.
Les champs sont dans $frm
array | $frm | Array with all fields data |
Definition at line 162 of file contacts.php.
supprime_contacts | ( | $id | ) |
Supprime le contact spécifié par $id.
integer | $id |
Definition at line 214 of file contacts.php.
if (!isset($form_error_object)) $frm = $_POST |
Definition at line 27 of file contacts.php.
$GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_CONTACTS_TITLE'] |
Definition at line 19 of file contacts.php.
$id = intval(vn($_REQUEST['id'])) |
Definition at line 22 of file contacts.php.
$output = '' |
Definition at line 28 of file contacts.php.
const IN_PEEL_ADMIN true |
Definition at line 14 of file contacts.php.
switch(vb($_REQUEST['mode'])) |
Definition at line 29 of file contacts.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.