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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations)
Mon Feb 28 20:15:19 2011 UTC (13 years, 11 months ago) by fraynaud
File size: 464 byte(s)
trs om 4.00



1 <?php
2 /* $Id: PD_accueil.class.php,v 1.3 2008-08-18 14:39:32 jbastide Exp $
3 */
4 require_once ("dossier_accueil.class.php");
5 require_once ($path_om."formulairedyn.class.php");
6
7 class PD_accueil extends dossier_accueil{
8
9 var $nature="PD";
10
11 function PD_accueil($id,&$db,$DEBUG) {
12 $this->constructeur($id,$db,$DEBUG);
13 } // fin constructeur
14
15 function setType(&$form,$maj) {
16 parent::setType($form,$maj);
17 $form->setType('dossier_objet','hidden');
18 }
19
20 }// fin de classe
21 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26