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

Contents of /trunk/obj/civilite.class.php

Parent Directory Parent Directory | Revision Log Revision Log


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


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26