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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 430 - (show annotations)
Mon Sep 24 16:21:22 2012 UTC (12 years, 4 months ago) by nhaye
File size: 426 byte(s)
Régénération suite à la migration d'OM 4.3.0

1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:36
4 include('../gen/sql/pgsql/terrain.inc.php');
5 $table=DB_PREFIXE."terrain left join ".DB_PREFIXE."parcelle on terrain.parcelle=parcelle.parcelle";
6 $champAffiche=array("terrain",
7 "terrain.parcelle",
8 "nom as proprietaire",
9 "parcelle.surface");
10 $champRecherche=array("parcelle.parcelle");
11 $tri= " order by parcelle";
12 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26