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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (hide annotations)
Sun Feb 13 21:52:57 2011 UTC (13 years, 11 months ago) by fraynaud
File size: 498 byte(s)
upgrade 3.00


1 fraynaud 4 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 22:10
4     require_once ("../gen/obj/etat.class.php");
5    
6     class etat extends etat_gen {
7    
8 fraynaud 6 function etat($id,&$db,$debug) {
9     $this->constructeur($id,$db,$debug);
10     }// fin constructeur
11    
12     function setTaille(&$form, $maj) {
13     $form->setTaille('etat',20);
14     $form->setTaille('libelle',50);
15     }
16    
17     function setMax(&$form, $maj) {
18     $form->setMax('etat',20);
19     $form->setMax('libelle',50);
20     }
21 fraynaud 4
22     }// fin classe
23     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26