5 |
|
|
6 |
class destination extends destination_gen { |
class destination extends destination_gen { |
7 |
|
|
8 |
function destination($id,&$db,$debug) { |
function destination($id,&$db,$debug) { |
9 |
$this->constructeur($id,$db,$debug); |
$this->constructeur($id,$db,$debug); |
10 |
}// fin constructeur |
}// fin constructeur |
11 |
|
|
12 |
|
function setTaille(&$form,$maj){ |
13 |
|
$form->setTaille('destination', 2); |
14 |
|
$form->setTaille('libelle', 80); |
15 |
|
} |
16 |
|
|
17 |
|
function setMax(&$form,$maj){ |
18 |
|
$form->setMax('destination', 2); |
19 |
|
$form->setMax('libelle', 80); |
20 |
|
} |
21 |
|
|
22 |
}// fin classe |
}// fin classe |
23 |
?> |
?> |