PEEL Shopping
Open source ecommerce : PEEL Shopping
Functions | Variables
contacts.php File Reference

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']))
 

Function Documentation

affiche_formulaire_ajout_contacts ( $frm,
  $form_error_object 
)

Affiche un formulaire vierge pour ajouter un contacts.

Parameters
array$frmArray with all fields data
Returns

Definition at line 183 of file contacts.php.

affiche_formulaire_contact ( $frm,
$form_error_object 
)

affiche_formulaire_contact()

Parameters
array$frmArray with all fields data
class$form_error_object
Returns

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

Parameters
array$frmArray with all fields data
class$form_error_object
Returns

Definition at line 104 of file contacts.php.

affiche_liste_contacts ( )

affiche_liste_contacts()

Returns

Definition at line 245 of file contacts.php.

insere_contacts ( $frm)

Ajoute le contact dans la table contacts.

Parameters
array$frmArray with all fields data
Returns

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

Parameters
array$frmArray with all fields data
Returns

Definition at line 162 of file contacts.php.

supprime_contacts (   $id)

Supprime le contact spécifié par $id.

Parameters
integer$id
Returns

Definition at line 214 of file contacts.php.

Variable Documentation

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 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.