Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 27 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<?php
interface iModel {
    function __construct($une_connexion);
    function contruire();
    function recupererBlockDeDonnees();
};
?>