Skip to content

Instantly share code, notes, and snippets.

@marciojrtorres
Created February 10, 2016 23:19
Show Gist options
  • Save marciojrtorres/60f8e6c686852070b139 to your computer and use it in GitHub Desktop.
Save marciojrtorres/60f8e6c686852070b139 to your computer and use it in GitHub Desktop.
Outro código de gosto dúvidoso
<?php
$colunaDiferente = $_SESSION['janelaBusca'][$_POST['idJanela']]['colunaDiferente'];
if(is_array($colunaDiferente)){
if (is_array($vet)){
foreach ($vet as $k=>$v){
foreach ($v as $k1=>$v1){
foreach ($v1 as $k2=>$v2){
foreach ($colunaDiferente as $k3=>$v3){
if ($vet[$k]['r'][$k2]['c'] == $k3) {
$vet[$k]['r'][$k2]['c'] = $v3;
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment