Parent Directory | Revision Log
Ajout d'éléments concernant la commission (commit non fonctionnel)
1 | fmichon | 1022 | <?php |
2 | //$Id$ | ||
3 | //gen openMairie le 07/12/2012 17:33 | ||
4 | |||
5 | require_once ("../gen/obj/commission.class.php"); | ||
6 | |||
7 | class commission extends commission_gen { | ||
8 | |||
9 | function commission($id,&$db,$debug) { | ||
10 | $this->constructeur($id,$db,$debug); | ||
11 | }// fin constructeur | ||
12 | |||
13 | fmichon | 1332 | function afterFormSpecificContent() { |
14 | $f = $this->f; | ||
15 | include "../app/manage_commission.php"; | ||
16 | } | ||
17 | |||
18 | fmichon | 1022 | }// fin classe |
19 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |