/[openfoncier]/trunk/sql/pgsql/parcelle_section.reqmo.inc
ViewVC logotype

Contents of /trunk/sql/pgsql/parcelle_section.reqmo.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
File size: 736 byte(s)
version initiale


1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:40
4 $reqmo['libelle']=' public.parcelle';
5 $reqmo['reqmo_libelle']=' public.parcelle';
6 $reqmo['sql']="select [parcelle], [debut], [rivoli], [proprietaire], [pos], [surface], [sig], [commune], [geom] from ".DB_PREFIXE."parcelle where section = '[section]' order by [tri]";
7 $reqmo['parcelle']='checked';
8 $reqmo['debut']='checked';
9 $reqmo['rivoli']='checked';
10 $reqmo['proprietaire']='checked';
11 $reqmo['pos']='checked';
12 $reqmo['surface']='checked';
13 $reqmo['sig']='checked';
14 $reqmo['section']="select * from ".DB_PREFIXE."section";
15 $reqmo['commune']='checked';
16 $reqmo['geom']='checked';
17 $reqmo['tri']=array('parcelle','debut','rivoli','proprietaire','pos','surface','sig','commune','geom');
18 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26