/[openfoncier]/trunk/obj/commission.class.php
ViewVC logotype

Annotation of /trunk/obj/commission.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1332 - (hide annotations)
Thu Mar 7 11:03:58 2013 UTC (11 years, 10 months ago) by fmichon
File size: 397 byte(s)
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