Parent Directory | Revision Log
Mise à niveau vers la version 4.4.0 d'openMairie avec suppression des surcharges om_*.
1 | <?php |
2 | /** |
3 | * |
4 | * |
5 | * @package openmairie_exemple |
6 | * @version SVN : $Id: om_sig_map_comp.class.php 2470 2013-09-09 12:21:44Z fmichon $ |
7 | */ |
8 | |
9 | require_once "../core/obj/om_sig_map_comp.class.php"; |
10 | |
11 | class om_sig_map_comp extends om_sig_map_comp_core { |
12 | |
13 | var $required_field=array( |
14 | "om_sig_map_comp", |
15 | "om_sig_map", |
16 | "libelle", |
17 | "ordre" |
18 | ); |
19 | |
20 | function om_sig_map_comp($id,&$db,$debug) { |
21 | $this->constructeur($id,$db,$debug); |
22 | }// fin constructeur |
23 | |
24 | } |
25 | |
26 | ?> |
Name | Value |
---|---|
svn:executable | * |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |