Players Stats | Superleague Greece
FRIDAY, 27 JUNE 2025
'','Teams.index'=>'','Competitions.teams'=>'','Competitions.schedule'=>'','Statistics.top'=>'','Competitions.index'=>'','Competitions.standings'=>'','Pages.regulations'=>'','Pages.pitharxikiEpitropi'=>'','Competitions.youth'=>''); $currentTab=$this->name.'.'.$this->action; $isactive=' class="active"'; if(array_key_exists($currentTab,$class)){ //debug($currentTab); //debug($class); $class[$currentTab]=$isactive; } else { //debug($class); switch($this->name){ case 'Statistics': $class['Statistics.top']=$isactive; break; case 'Teams': $class['Teams.index']=$isactive; break; case 'Articles': if ($type != "social") $class['Articles.index']=$isactive; break; } //debug($class); } ?>
Αρχική » Στατιστικά » Στατιστικά παικτών
*/ ?>

Players Stats: ASTERAS AKTOR

link( $name, array_merge( array( 'controller' => 'statistics', 'action' => 'playerstats', $globalsForView['competitionSelected'] ? $globalsForView['competitionSelected'] : null, $globalsForView['teamSelected'] ? $globalsForView['teamSelected'] : null, 'by' => $by, 'dir' => $dir, 'page' => '1' ), $params ) ); } function renderPlayerFullName($r){ global $globalsForView; $lang_ext=Configure::read('lang'); $html = $globalsForView['html']; $currentCompetitionId=$globalsForView['competitionSelected']; if($r['player_fullname']===null){ echo __('totals',true); }else{ echo $html->link($r['player_fullname'], array('controller'=>'players', 'action'=>'view',$r['player_id'])). ' (' . $html->link($r['team_abbr'], array('controller'=>'statistics', 'action'=>'playerstats',$currentCompetitionId,$r['team_id'])) . ')'; } } function renderGoalsAttempts($r){ if($r['SUM_goals']>0) { echo '1/' . round($r['SUM_attempts_on_goal']/$r['SUM_goals'], 1); } else { echo '-'; } } function renderPerfCrossesCrosses($r){ echo $r['SUM_crosses_total_success'] . '/' . $r['SUM_crosses_total_all']; } function renderEvaluation($r){ echo round($r['AVG_evaluation'],1); } ?>
$v){ if($columns[$k][1]!==false){ if($cnt==1) { $first=' first'; $firstClass=' class="first"'; } else { $first=''; $firstClass=''; } $keyLower=strtolower($k); $cnt++; echo "\n"; } } ?> " : $class = "\n"; $trfirst = ''; $first = ' first'; foreach($r as $k=>$v){ if($columns[$k][2]!==false){ echo ''; if(function_exists($columns[$k][2])){ echo $columns[$k][2]($r); }else{ echo $v; } echo "\n"; $first = null; } } echo "\n"; } ?>
'; echo createTableStatsUrl($v[1], array('by' => $k, 'page' => '1')) . "

Created by whitehat. Powered by Galanis Sports Data

Rendered at: 2025-06-27 21:54:55