Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/05/2014, 18:45
quico5
 
Fecha de Ingreso: enero-2008
Mensajes: 580
Antigüedad: 16 años, 3 meses
Puntos: 9
sql -> query -> PDO -> limit no funciona

Quiero solo los tres últimos pero me devuelve todos

Código PHP:
$noticias $this->_db->query("SELECT * FROM noticias WHERE id ORDER BY id DESC LIMIT 3");
return 
$noticias->fetchall();