Created
June 10, 2014 19:46
-
-
Save bytefade/2e6845f089d716c796c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//pegar o valor do auxilio para os dependentes | |
if (!is_null($idades_dep)) { | |
foreach ($idades_dep as $key =>$idadeDep){ | |
$faixaDepen = mostrar_faixa($idadeDep); | |
$myArray = retornar_valor_auxilio($faixa_rem, $faixaDepen, $conn); | |
foreach ($myArray as $k=>$subArray) { | |
foreach ($subArray as $id=>$value) { | |
$sumArray[$id]+=$value; | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment