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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations)
Mon Feb 14 16:02:14 2011 UTC (13 years, 11 months ago) by fraynaud
File size: 507 byte(s)
maj



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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26