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('refund_history') : $this->lang->line('Gestion des wallets'); echo ' ' . $network . ' - ' . $country; ?>

Erreur!

Success!

lang->line('Période') ?> Format : session->userdata('site_lang') === 'french' ? 'Jour - Mois - Année ' : 'Year - Month - Day' ?>

lang->line('refund_history'); ?>

num_rows(); $num = 0; if ($numrows > 0) { $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL); ?> result() as $row) { $num++; echo ""; } ?> lang->line('no_refund'); } } else { echo $this->lang->line('no_refund'); } ?>
lang->line('Montant') ?> lang->line('remaining_amount') ?> lang->line('Reseau') ?> lang->line('Pays') ?> Date
$num " . Money::of(round($row->montant, 2), $row->currency_code, $context)->formatTo('fr_FR') . " " . Money::of(round($row->montant_restant, 2), $row->currency_code, $context)->formatTo('fr_FR') . " " . $row->network . " " . $row->country . " " . $row->date . "