iLink App - Backoffice  2.0.0
historique_remboursement.php File Reference

Variables

 $baseCurrency = 'USD'
 
 $pdo = new PDO('mysql:host=' . $this->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
 
 $provider = new PDOProvider($pdo, $configuration)
 
 $converter = new CurrencyConverter($provider)
 
 $context = new AutoContext()
 
 $site_url = base_url()
 
 if ( $alert=="ok")
 
if($refunds) else
 

Variable Documentation

◆ $baseCurrency

$baseCurrency = 'USD'

◆ $configuration

$configuration = new PDOProviderConfiguration()

◆ $context

$context = new AutoContext()

◆ $converter

$converter = new CurrencyConverter($provider)

◆ $pdo

$pdo = new PDO('mysql:host=' . $this->db->hostname . ';dbname=' . $this->db->database, $this->db->username, $this->db->password)

◆ $provider

$provider = new PDOProvider($pdo, $configuration)

◆ $site_url

$site_url = base_url()

◆ else

if ( $refunds) else
Initial value:
{
echo $this->lang->line('no_refund')

◆ exchangeRateColumnName

$configuration exchangeRateColumnName = 'exchange_rate'

◆ if

if($alert=="ok")

◆ sourceCurrencyCode

$configuration sourceCurrencyCode = $baseCurrency

◆ tableName

$configuration tableName = 'exchange_rate'

◆ targetCurrencyColumnName

$configuration targetCurrencyColumnName = 'target_currency'