Parent Directory | Revision Log | Patch
revision 6 by fraynaud, Sun Feb 13 21:52:57 2011 UTC | revision 409 by nhaye, Fri Sep 21 08:42:16 2012 UTC | |
---|---|---|
# | Line 8 class civilite extends civilite_gen { | Line 8 class civilite extends civilite_gen { |
8 | function civilite($id,&$db,$debug) { | function civilite($id,&$db,$debug) { |
9 | $this->constructeur($id,$db,$debug); | $this->constructeur($id,$db,$debug); |
10 | }// fin constructeur | }// fin constructeur |
function setTaille(&$form,$maj){ | ||
$form->setTaille('civilite', 20); | ||
} | ||
function setMax(&$form,$maj){ | ||
$form->setMax('civilite', 20); | ||
} | ||
11 | }// fin classe | }// fin classe |
12 | ?> | ?> |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |