Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 91 → Rev 92

/trunk/bibliotheque/metier/Projet.class.php
223,12 → 223,6
}
return parent::consulter($requete, $parametres, $instancier);
}
 
/** Afficher l'objet Projet */
function afficherProjet()
{
echo '<pre>'.print_r($this, true).'</pre>';
}
}
 
/* +--Fin du code ----------------------------------------------------------------------------------------+