Parent Directory | Revision Log
Création de la branche 3.14.1 depuis la branche 3.14.x à la révision r3707
1 | fraynaud | 339 | <?php |
2 | fmichon | 2278 | /** |
3 | * | ||
4 | * | ||
5 | * @package openmairie_exemple | ||
6 | * @version SVN : $Id: om_sig_map.class.php 2470 2013-09-09 12:21:44Z fmichon $ | ||
7 | */ | ||
8 | fraynaud | 339 | |
9 | vpihour | 3138 | require_once "../core/obj/om_sig_map.class.php"; |
10 | fmichon | 2278 | |
11 | vpihour | 3138 | class om_sig_map extends om_sig_map_core { |
12 | fraynaud | 339 | |
13 | fmichon | 2278 | var $required_field=array( |
14 | "om_sig_map", | ||
15 | "om_collectivite", | ||
16 | "id", | ||
17 | "libelle", | ||
18 | "zoom", | ||
19 | "etendue", | ||
20 | "projection_externe", | ||
21 | "url", | ||
22 | "om_sql", | ||
23 | "retour" | ||
24 | ); | ||
25 | |||
26 | |||
27 | fraynaud | 339 | function om_sig_map($id,&$db,$debug) { |
28 | $this->constructeur($id,$db,$debug); | ||
29 | }// fin constructeur | ||
30 | |||
31 | fmichon | 2278 | } |
32 | |||
33 | nhaye | 398 | ?> |
Name | Value |
---|---|
svn:executable | * |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |