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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by fraynaud, Thu Feb 10 20:46:18 2011 UTC revision 8 by fraynaud, Mon Feb 14 16:02:14 2011 UTC
# Line 5  require_once ("../gen/obj/nature.class.p Line 5  require_once ("../gen/obj/nature.class.p
5    
6  class nature extends nature_gen {  class nature extends nature_gen {
7    
8  function nature($id,&$db,$debug) {      function nature($id,&$db,$debug) {
9          $this->constructeur($id,$db,$debug);          $this->constructeur($id,$db,$debug);
10  }// fin constructeur      }// 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  }// fin classe
22  ?>  ?>

Legend:
Removed from v.3  
changed lines
  Added in v.8

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26