Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/05/2009, 00:00
Avatar de abimaelrc
abimaelrc
Colaborador
 
Fecha de Ingreso: mayo-2009
Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 15 años
Puntos: 1517
Respuesta: Enumerar tabla.

Trata escribiendo dentro del while el array

Código PHP:
$num 1
while(
$num 50) { 
   
$this->setBlock('tops', array( 
            
'NAME' => $topname['Members']['name'], 
            
'PUNTOS' => $top['base']['puntoscount'], 
            
'NUM' => $num++, 
            
'ID' => $top['puntos']['user_id']));