Beispiel #1
0
<?php

include_once '../php_files/model/investiments/CDB.php';
$investiment = new CDB($_GET['initial_value'], $_GET['months']);
echo 'R$ ' . $investiment->getGain() . '<br/><br/>';
var_dump($investiment->getValueTaxes());