num_rows();
$num = 0;
if ($numrows > 0) {
$fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
?>
N° |
lang->line('Nom'); ?> |
lang->line('Pays'); ?> |
Wallet |
lang->line('share_rate') ?> |
= $this->lang->line('Solde Commission') ?> |
= $this->lang->line('compensation_balance') ?> |
Action |
result() as $row) {
$num++;
//$member_code = randomString1(10);
echo "
$num |
$row->name |
$row->country |
".strtoupper($row->type)." | ";
?>
rate != null ) {
?>
= $row->rate . ' %'?>
|
lang->line('not_defined'); ?>
|
= Money::of(round($row->balance_com, 2), $row->currency_code ? $row->currency_code : 'XAF', $context)->formatTo('fr_FR') ?>
|
= Money::of(round($row->balance_compensation, 2), $row->currency_code ? $row->currency_code : 'XAF', $context)->formatTo('fr_FR') ?>
|
|
lang->line('Aucun réseau');
}
} else {
echo $this->lang->line('Aucun réseau');
}
?>