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

Contents of /trunk/obj/DP_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: 664 byte(s)
gestion des lotissements 


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26