Ver Mensaje Individual
  #15 (permalink)  
Antiguo 07/12/2011, 10:17
Avatar de andersonmoreno
andersonmoreno
 
Fecha de Ingreso: octubre-2011
Ubicación: armenia
Mensajes: 18
Antigüedad: 12 años, 6 meses
Puntos: 0
Respuesta: Como puedo des habilitar la salida estándar de Zend

saludos GatorV...
Mire hice lo que me dijiste y me devuelve todo lo que hay en la tabla usuarios
Código PHP:
Ver original
  1. array(3) { [0]=> array(12) { ["idusuarios"]=> string(1) "1" ["identificacion"]=> string(10) "1094914173" ["nombres"]=> string(8) "ANDERSON" ["apellidos"]=> string(6) "MORENO" ["correo"]=> string(23) "[email protected]" ["direccion"]=> string(23) "BARRIO ZULDEMAIDA 22-21" ["telefeno"]=> string(10) "3165626878" ["idcargos"]=> string(1) "1" ["idfirmas"]=> string(1) "4" ["cargo"]=> string(10) "Instructor" ["firma"]=> string(18) "Destello_solar.jpg" ["num"]=> int(1) }
  2.  [1]=> array(12) { ["idusuarios"]=> string(1) "2" ["identificacion"]=> string(8) "18468299" ["nombres"]=> string(5) "JESUS" ["apellidos"]=> string(5) "PEREZ" ["correo"]=> string(24) "[email protected]" ["direccion"]=> string(30) "BARRIO VISTA HERMOSA MZ F NRO7" ["telefeno"]=> string(10) "3147637108" ["idcargos"]=> string(1) "1" ["idfirmas"]=> string(1) "1" ["cargo"]=> string(10) "Instructor" ["firma"]=> string(10) "Desert.jpg" ["num"]=> int(2) }
  3.  [2]=> array(12) { ["idusuarios"]=> string(1) "3" ["identificacion"]=> string(8) "21922121" ["nombres"]=> string(6) "WILSON" ["apellidos"]=> string(7) "RAMIREZ" ["correo"]=> string(22) "[email protected]" ["direccion"]=> string(10) "MMM 23 M23" ["telefeno"]=> string(5) "23232" ["idcargos"]=> string(1) "1" ["idfirmas"]=> string(1) "1" ["cargo"]=> string(10) "Instructor" ["firma"]=> string(10) "Desert.jpg" ["num"]=> int(3) } }