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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20 - (hide annotations)
Mon Jul 18 15:27:17 2011 UTC (13 years, 6 months ago) by fraynaud
File size: 624 byte(s)
maj version 3.00


1 fraynaud 11 <?php
2     /* $Id: PD_accueil.class.php,v 1.3 2008-08-18 14:39:32 jbastide Exp $
3     */
4 fraynaud 20 require_once ("PD.class.php");
5 fraynaud 11
6 fraynaud 20 class PD_accueil extends PD{
7 fraynaud 11
8 fraynaud 20 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    
18     function PD_accueil($id,&$db,$DEBUG) {
19     $this->constructeur($id,$db,$DEBUG);
20     } // fin constructeur
21 fraynaud 11
22     }// fin de classe
23     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26