Calculettes pour l'hydraulique
cond_distri.php
Aller à la documentation de ce fichier.
1 <?php
2 /*
3  * formulaires/lechapt_calmon.php
4  *
5  *
6  *
7  * Copyright 2012 David Dorchies <dorch@dorch.fr>
8  *
9  *
10  *
11  * This program is free software; you can redistribute it and/or modify
12  *
13  * it under the terms of the GNU General Public License as published by
14  *
15  * the Free Software Foundation; either version 2 of the License, or
16  *
17  * (at your option) any later version.
18  *
19  *
20  *
21  * This program is distributed in the hope that it will be useful,
22  *
23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
24  *
25  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26  *
27  * GNU General Public License for more details.
28  *
29  *
30  *
31  * You should have received a copy of the GNU General Public License
32  *
33  * along with this program; if not, write to the Free Software
34  *
35  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
36  *
37  * MA 02110-1301, USA.
38  *
39  */
40 
41 include_spip('hyd_inc/form_cond_distri.class');
42 global $FCD;
44 
46  global $FCD;
47  return $FCD->charger();
48 }
49 
50 
52  global $FCD;
53  return $FCD->verifier();
54 }
55 
56 
58  global $FCD;
59  return $FCD->traiter();
60 }
61 ?>
formulaires_cond_distri_charger_dist()
Definition: cond_distri.php:45
global $FCD
Definition: cond_distri.php:42
formulaires_cond_distri_traiter_dist()
Definition: cond_distri.php:57
formulaires_cond_distri_verifier_dist()
Definition: cond_distri.php:51