>
| getLibelle() ?> |
candidat->getPrenom()).' '.strtoupper($proposition->candidat->getNom()) ?>
(election->getDate_resultats(); ?>) |
votes->where('value', '=', true)->find_all()->count();
$total = $proposition->votes->find_all()->count();
echo ($total>0)?number_format($nbPour*100/$total,2).'% '.$nbPour.'/'.$total:'0% 0/0';
?>
|
Modifier |
Supprimer
|
propositionslang->order_by('id')->find_all() as $propositionlang){ ?>
|