Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
27 jpm 1
<?
2
interface iModel {
3
    function __construct($aConn);
4
    function contruire();
5
    function recupererBlockDeDonnees();
6
};
7
?>