Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 91 → Rev 92

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