lang->line('Gestion des wallets'); echo ' ' . $network . ' - ' . $country . ' :: ' . $this->lang->line('balance_statement'); ?>

Erreur!

Success!

db->hostname . ';dbname=' . $this->db->database, $this->db->username, $this->db->password); $configuration = new PDOProviderConfiguration(); $configuration->tableName = 'exchange_rate'; $configuration->exchangeRateColumnName = 'exchange_rate'; $configuration->targetCurrencyColumnName = 'target_currency'; $configuration->sourceCurrencyCode = $baseCurrency; // this provider loads exchange rates from your database $provider = new PDOProvider($pdo, $configuration); // this provider calculates exchange rates relative to the base currency $provider = new BaseCurrencyProvider($provider, $baseCurrency); // this currency converter can now handle any currency pair $converter = new CurrencyConverter($provider); $context = new AutoContext(); ?>

lang->line('export_balance_statement') ?>

num_rows(); $num = 0; if ($numrows > 0) { $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL); ?> result() as $row) { $num++; echo ""; ?> lang->line('Aucune transaction'); } } else { echo $this->lang->line('Aucune transaction'); } ?>
ID lang->line('Solde Principal') ?> lang->line('Solde Commission') ?> lang->line('Telephone') ?> lang->line('code membre') ?> Agent
$num " . Money::of(round($row->balance_princ, 2), $row->currency_code, $context)->formatTo('fr_FR') . " " . Money::of(round($row->balance_com, 2), $row->currency_code, $context)->formatTo('fr_FR') . " " . $row->transactionNumber . " " . $row->codeMembre . " " . $row->lastname . "