Go to the source code of this file.
      
        
          | affiche_formulaire_ajout_contacts | ( | & | $frm, | 
        
          |  |  |  | $form_error_object | 
        
          |  | ) |  |  | 
      
 
Affiche un formulaire vierge pour ajouter un contacts. 
- Parameters
- 
  
    | array | $frm | Array with all fields data |  
 
- Returns
Definition at line 183 of file plan.php.
 
 
      
        
          | affiche_formulaire_contact | ( | & | $frm, | 
        
          |  |  | & | $form_error_object | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | affiche_formulaire_modif_contacts | ( |  | $id, | 
        
          |  |  | & | $frm, | 
        
          |  |  | & | $form_error_object | 
        
          |  | ) |  |  | 
      
 
FONCTIONS. 
Affiche le formulaire de modification pour le contact sélectionné Charge les informations du contacts
- Parameters
- 
  
    | array | $frm | Array with all fields data |  | class | $form_error_object |  |  
 
- Returns
Definition at line 100 of file plan.php.
 
 
      
        
          | affiche_liste_contacts | ( |  | ) |  | 
      
 
 
      
        
          | insere_contacts | ( | & | $frm | ) |  | 
      
 
Ajoute les informations dans la table access_map. 
- Parameters
- 
  
    | array | $frm | Array with all fields data |  
 
- Returns
Definition at line 228 of file plan.php.
 
 
      
        
          | maj_contacts | ( |  | $id, | 
        
          |  |  |  | $frm | 
        
          |  | ) |  |  | 
      
 
Met à jour le contact $id avec de nouvelles valeurs. 
Les champs sont dans $frm
- Parameters
- 
  
    | array | $frm | Array with all fields data |  
 
- Returns
Definition at line 162 of file plan.php.
 
 
Supprime le contact spécifié par $id. 
- Parameters
- 
  
  
- Returns
Definition at line 214 of file plan.php.
 
 
      
        
          | $GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_PLAN_TITLE'] | 
      
 
 
      
        
          | $id = intval(vn($_REQUEST['id'])) | 
      
 
 
      
        
          | if (!isset($form_error_object)) $output = '' | 
      
 
 
      
        
          | switch(vb($_REQUEST['mode'])) |