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

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


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26