"; if(isset($ficheEvaluations)){ if(sizeof($ficheEvaluations) > 0){ foreach ($ficheEvaluations as $row) { if($flag == "All") result($row); else if ($flag == "" && $row['annuel'] && $row['id_fiche_evaluation'] != '25') result($row); } } }else{ echo ""; } echo"
Nom Fiche Evaluation
Aucune donn�e trouv�e
"; Html::footer(); function result($row_data){ echo ' '.$row_data['nom_fiche_evaluation'].' '; } ?>