3 |
//gen openMairie le 10/02/2011 20:40 |
//gen openMairie le 10/02/2011 20:40 |
4 |
include('../gen/sql/pgsql/parcelle.inc.php'); |
include('../gen/sql/pgsql/parcelle.inc.php'); |
5 |
$table=DB_PREFIXE."parcelle left join ".DB_PREFIXE. |
$table=DB_PREFIXE."parcelle left join ".DB_PREFIXE. |
6 |
"proprietaire on parcelle.proprietaire=proprietaire.parcelle; |
"proprietaire on parcelle.proprietaire=proprietaire.proprietaire"; |
7 |
// supressiongeom |
// supressiongeom |
8 |
$champAffiche=array('parcelle', |
$champAffiche=array('parcelle', |
9 |
'debut', |
'debut', |
10 |
'rivoli', |
'rivoli', |
11 |
'proprietaire', |
'proprietaire.nom as proprietaire', |
12 |
'pos', |
'pos', |
13 |
'surface', |
'surface', |
14 |
'sig', |
'section'); |
15 |
'section', |
$champRecherche=array('parcelle', |
16 |
'commune'); |
'debut', |
17 |
$champRecherche=array('parcelle','debut','rivoli','proprietaire','pos','sig','section','commune'); |
'rivoli', |
18 |
|
'proprietaire', |
19 |
|
'pos', |
20 |
|
'section'); |
21 |
?> |
?> |