Blame | Last modification | View Log | RSS feed
<?php interface iModel { function __construct($une_connexion); function contruire(); function recupererBlockDeDonnees(); }; ?>
<?php
interface iModel {
function __construct($une_connexion);
function contruire();
function recupererBlockDeDonnees();
};
?>