$valor = true; } if (preg_match('(gif)', $fotos)) { $valor = true; } if (preg_match('(bmp)', $fotos)) { $valor = true; } return $valor; } if ($directorio = opendir('img')) { echo "<table border=1>"; echo "<tr>"; $i = 0; while (false !== ($archivo = readdir($directorio))) { if ($archivo != "." && $archivo != ".." && formato($archivo) == true) { if ($i == 4) { echo "<tr>"; } echo "<td><a href=img/{$archivo}><img src=img/{$archivo} width=250 height=250></a></td>"; if ($i == 4) { echo "<tr>"; $i = 0; } $i++; } } echo "</table>"; closedir($directorio); } ?>
} else { $datDepo[0]->txbal = "EN CONTRA"; $datDepo[0]->balance = $datDepo[0]->balance * -1; } //Otros // $ot = new Otro($dsn); // $ot->setWhere("cedula=$cedula"); // $ots= $ot->getAll(); $table_name7 = $wpdb->prefix . 'fondo_aso_otro'; $sql7 = "SELECT * FROM {$table_name7} where cedula= '{$cedula}'"; $otss = $wpdb->get_results($sql7); $tototr = 0; //print_r($ots); foreach ($otss as $ots) { $ots->fecha_inicial = formato($ots->fecha_inicial); $ots->fecha_final = formato($ots->fecha_final); $tototr += $ots->saldo_cuenta; } $datDepo[0]->saldo_otros = $tototr; // $smarty->assign('datDepo',$datDepo); } $bd = 1; $fecha = $fecha; $datosSaldos = $datosSaldos; $datos = $datos; $dprs = $dprs; $cdas = $cda; $cds = $cds; $ots = $ots; } }