コード例 #1
0
ファイル: action.php プロジェクト: RudsDev/test_finn
<?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());