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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
File size: 526 byte(s)
version initiale


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26