/[openfoncier]/trunk/obj/om_table.class.php
ViewVC logotype

Contents of /trunk/obj/om_table.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3730 - (show annotations)
Fri Mar 18 11:50:26 2016 UTC (8 years, 10 months ago) by mbroquet
File size: 388 byte(s)
Actualisation du trunk
1 <?php
2 /**
3 * Ce fichier est destine a permettre la surcharge de certaines methodes de
4 * la classe om_table pour des besoins specifiques de l'application
5 *
6 * @package openmairie_exemple
7 * @version SVN : $Id: om_table.class.php 4418 2015-02-24 17:30:28Z tbenita $
8 */
9
10 /**
11 *
12 */
13 require_once PATH_OPENMAIRIE."om_table.class.php";
14
15 /**
16 *
17 */
18 class om_table extends table {
19
20
21 }
22
23 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26