Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 174 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 174 Rev 262
Line 87... Line 87...
87
		return $tableau_resultat_requete_triple_ordonne;
87
		return $tableau_resultat_requete_triple_ordonne;
88
	}
88
	}
Line 89... Line 89...
89
	
89
	
Line 90... Line 90...
90
	protected function renvoyerInformationStadeAPartirChaineTriple($stade_observation_complet) {   
90
	protected function renvoyerInformationStadeAPartirChaineTriple($stade_observation_complet) {   
91
					
91
					
Line 92... Line 92...
92
	   	$infos_stades = split('_',$stade_observation_complet);
92
	   	$infos_stades = explode('_',$stade_observation_complet);
93
	   	$titre_numero_stade = array('nom','abreviation','numero');
93
	   	$titre_numero_stade = array('nom','abreviation','numero');
94
	   			
94
	   			
Line 117... Line 117...
117
    	return $informations_evenement;
117
    	return $informations_evenement;
118
    }
118
    }
Line 119... Line 119...
119
    
119
    
Line 120... Line 120...
120
    protected function estUnEvenementAvecDesSousStades($evenement) {
120
    protected function estUnEvenementAvecDesSousStades($evenement) {
Line 121... Line 121...
121
    	
121
    	
122
    	$infos_stades = split('_',$evenement);
122
    	$infos_stades = explode('_',$evenement);
123
	   			
123