/[openfoncier]/branches/old-trunk/obj/om_profil.class.php
ViewVC logotype

Contents of /branches/old-trunk/obj/om_profil.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3728 - (show annotations)
Fri Mar 18 11:41:22 2016 UTC (8 years, 10 months ago) by mbroquet
File size: 341 byte(s)
Prépare l'actualisation du trunk
1 <?php
2 /**
3 *
4 *
5 * @package openmairie_exemple
6 * @version SVN : $Id: om_profil.class.php 2470 2013-09-09 12:21:44Z fmichon $
7 */
8
9 require_once "../core/obj/om_profil.class.php";
10
11 class om_profil extends om_profil_core {
12
13 function om_profil($id,&$db,$debug) {
14 $this->constructeur($id,$db,$debug);
15 }// fin constructeur
16
17 }
18
19 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26