1 |
<?php |
<?php |
2 |
//$Id$ |
/** |
3 |
//gen openMairie le 15/10/2010 15:55 |
* |
4 |
require_once ("../gen/obj/om_droit.class.php"); |
* |
5 |
|
* @package openmairie_exemple |
6 |
|
* @version SVN : $Id: om_droit.class.php 2470 2013-09-09 12:21:44Z fmichon $ |
7 |
|
*/ |
8 |
|
|
9 |
|
require_once "../gen/obj/om_droit.class.php"; |
10 |
|
|
11 |
class om_droit extends om_droit_gen { |
class om_droit extends om_droit_gen { |
12 |
|
|
14 |
$this->constructeur($id,$db,$debug); |
$this->constructeur($id,$db,$debug); |
15 |
}// fin constructeur |
}// fin constructeur |
16 |
|
|
|
}// fin classe |
|
|
?> |
|
17 |
|
} |
18 |
|
|
19 |
|
?> |