Skip to content

Instantly share code, notes, and snippets.

@bytefade
Created June 10, 2014 19:46
Show Gist options
  • Save bytefade/2e6845f089d716c796c3 to your computer and use it in GitHub Desktop.
Save bytefade/2e6845f089d716c796c3 to your computer and use it in GitHub Desktop.
//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