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

Diff of /trunk/obj/civilite.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 6 by fraynaud, Sun Feb 13 21:52:57 2011 UTC
# Line 5  require_once ("../gen/obj/civilite.class Line 5  require_once ("../gen/obj/civilite.class
5    
6  class civilite extends civilite_gen {  class civilite extends civilite_gen {
7    
8  function civilite($id,&$db,$debug) {      function civilite($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('civilite', 20);
14        }
15        
16        function setMax(&$form,$maj){
17            $form->setMax('civilite', 20);
18        }
19  }// fin classe  }// fin classe
20  ?>  ?>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26