Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/03/2010, 09:36
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 6 meses
Puntos: 2135
Respuesta: Zend framewor y conexion a base de datos

Pues si ya tienes tu conexión simplemente es hacer el select:
Código PHP:
Ver original
  1. $sQuery = "SELECT * FROM foo";
  2. $aResults = $DB->fetchAll($sQuery);

Saludos.