Parent Directory | Revision Log
Nouvelle gestion du tableau de bord.
1 | fmichon | 656 | <?php |
2 | //$Id$ | ||
3 | //gen openMairie le 11/11/2012 12:47 | ||
4 | |||
5 | require_once ("../gen/obj/om_dashboard.class.php"); | ||
6 | |||
7 | class om_dashboard extends om_dashboard_gen { | ||
8 | |||
9 | function om_dashboard($id,&$db,$debug) { | ||
10 | $this->constructeur($id,$db,$debug); | ||
11 | }// fin constructeur | ||
12 | |||
13 | }// fin classe | ||
14 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |