/[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 142 - (show annotations)
Tue Sep 27 14:52:41 2011 UTC (13 years, 4 months ago) by fraynaud
File size: 666 byte(s)
gestion des lotissements 


1 <?php
2 /* $Id: PD_accueil.class.php,v 1.3 2008-08-18 14:39:32 jbastide Exp $
3 */
4 require_once ("PD.class.php");
5
6 class PD_accueil extends PD{
7
8 var $nature="PD";
9 var $aff_depot = "collapsible";
10 var $aff_travaux = "collapsible";
11 var $aff_instruction = "startClosed";
12 var $aff_demandeur = "collapsible";
13 var $aff_delegataire = "startClosed";
14 var $aff_terrain = "collapsible";
15 var $aff_localisation = "startClosed";
16 var $aff_description = "startClosed";
17 var $aff_amenagement = "startClosed";
18
19 function PD_accueil($id,&$db,$DEBUG) {
20 $this->constructeur($id,$db,$DEBUG);
21 } // fin constructeur
22
23 }// fin de classe
24 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26