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

Annotation of /trunk/obj/DP.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 142 - (hide annotations)
Tue Sep 27 14:52:41 2011 UTC (13 years, 4 months ago) by fraynaud
File size: 649 byte(s)
gestion des lotissements 


1 fraynaud 11 <?php
2     /* $Id: DP.class.php,v 1.6 2009-03-28 15:44:04 fraynaud1 Exp $
3     */
4     require_once ("dossier.class.php");
5    
6     class DP extends dossier{
7    
8 fraynaud 20 var $nature="DP";
9     var $aff_depot = "collapsible";
10     var $aff_travaux = "collapsible";
11     var $aff_instruction = "collapsible";
12     var $aff_demandeur = "startClosed";
13     var $aff_delegataire = "startClosed";
14     var $aff_terrain = "startClosed";
15     var $aff_localisation = "collapsible";
16     var $aff_description = "startClosed";
17 fraynaud 142 var $aff_amenagement = "startClosed";
18 fraynaud 11
19 fraynaud 20 function DP($id,&$db,$DEBUG) {
20     $this->constructeur($id,$db,$DEBUG);
21     } // fin constructeur
22 fraynaud 11
23     }// fin de classe
24     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26