Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1284 → Rev 1285

/branches/v5.12-baouque/services/modules/0.1/commun/MetaDonnees.php
23,7 → 23,7
class MetaDonnees extends Commun {
 
protected $requete_champ = '*';
protected $requete_condition = null;
protected $requete_condition = [];
protected $retour_format = 'max';
protected $table_retour = array();
protected $format_reponse = 'metaDonnees';