Parent Directory | Revision Log
upgrade 3.00
1 | <?php |
2 | //$Id$ |
3 | //gen openMairie le 10/02/2011 20:31 |
4 | require_once ("../gen/obj/civilite.class.php"); |
5 | |
6 | class civilite extends civilite_gen { |
7 | |
8 | function civilite($id,&$db,$debug) { |
9 | $this->constructeur($id,$db,$debug); |
10 | }// fin constructeur |
11 | |
12 | function setTaille(&$form,$maj){ |
13 | $form->setTaille('civilite', 20); |
14 | } |
15 | |
16 | function setMax(&$form,$maj){ |
17 | $form->setMax('civilite', 20); |
18 | } |
19 | }// fin classe |
20 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |