/[openfoncier]/trunk/sql/pgsql/destination_shon.inc.php
ViewVC logotype

Contents of /trunk/sql/pgsql/destination_shon.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 312 - (show annotations)
Wed Mar 28 17:19:49 2012 UTC (12 years, 10 months ago) by atreal
File size: 478 byte(s)
passage des fichiers .inc en .inc.php dans sql/pgsql
ajout d'un nouveau champ texte libre pour le complément de travaux.
Ex : construction d'une maison + piscine + portail, avec pour motif de travaux Construction de maison individuelle

1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:32
4 include('../gen/sql/pgsql/destination_shon.inc.php');
5 $table=DB_PREFIXE."destination_shon inner join ".DB_PREFIXE."destination on destination_shon.destination=destination.destination";
6 $champAffiche=array("destination_shon","destination.libelle","shon");
7 $champRecherche=array("destination.libelle");
8 if(isset($idx)){
9 $selection=" where dossier ='".$idx."'";
10 }else{
11 $selection="";
12 }
13 $tri= " order by destination_shon";
14 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26