Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/11/2007, 12: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
Puntos: 2135
Re: paginator Jpinedo me devuelve los resultados de mas antiguos a mas nuevos

Agregale el Sort order a tu consulta:
Código PHP:
$_pagi_sql "SELECT * FROM articulos WHERE visible = '1' ORDER BY id DESC"
Saludos.