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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1254 - (show annotations)
Wed Feb 13 15:13:18 2013 UTC (11 years, 11 months ago) by nhaye
File size: 472 byte(s)
Surcharge du tableau des cerfa

1 <?php
2 //$Id$
3 //gen openMairie le 13/02/2013 14:41
4
5 include('../gen/sql/pgsql/cerfa.inc.php');
6
7 // SELECT
8 $champAffiche = array(
9 'cerfa.cerfa as "'._("cerfa").'"',
10 'cerfa.libelle as "'._("libelle").'"',
11 'to_char(cerfa.om_validite_debut ,\'DD/MM/YYYY\') as "'._("om_validite_debut").'"',
12 'to_char(cerfa.om_validite_fin ,\'DD/MM/YYYY\') as "'._("om_validite_fin").'"',
13 'dossier_instruction_type.libelle as "'._("dossier_instruction_type").'"',
14 );
15 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26