Ver Mensaje Individual
  #5 (permalink)  
Antiguo 07/08/2008, 11:57
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 11 meses
Puntos: 2135
Respuesta: Consulta Sencilla sobre Zend y Base de Datos

Código PHP:
$albums = new Categorias();
$select $albums->select();
$select->from($albums"Name")->where("Parent=?"20);
$datos =  $albums->fetchAll($select); 
Saludos.