/[openfoncier]/trunk/obj/quartier.class.php
ViewVC logotype

Annotation of /trunk/obj/quartier.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8989 - (hide annotations)
Thu Oct 31 15:09:51 2019 UTC (5 years, 3 months ago) by softime
File size: 529 byte(s)
* Merge de la branche d'intégration 4.12.0-develop vers le trunk

1 fmichon 8683 <?php
2     /**
3     * DBFORM - 'quartier' - Surcharge gen.
4     *
5     * Ce script permet de définir la classe 'quartier'.
6     *
7     * @package openads
8     * @version SVN : $Id$
9     */
10    
11     require_once "../gen/obj/quartier.class.php";
12    
13     class quartier extends quartier_gen {
14     /**
15     *
16     * @return string
17     */
18     function get_var_sql_forminc__sql_arrondissement() {
19     return "SELECT arrondissement.arrondissement, arrondissement.libelle FROM ".DB_PREFIXE."arrondissement ORDER BY NULLIF(arrondissement.libelle,'')::int ASC NULLS LAST";
20     }
21     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26