Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/12/2011, 14:32
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
Respuesta: Array ( current, next, prev)

Y si estan en orden:
Código PHP:
Ver original
  1. $curr = $array[4];
  2. $prev = $array[3];
  3. $next = $array[5];