Ver Mensaje Individual
  #10 (permalink)  
Antiguo 10/03/2010, 15:52
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: traduccion a php

Es un simple for:
Código PHP:
Ver original
  1. <?php
  2. for ($i = 0; $i < $totalLineas; $i++) {
  3. ?>
  4. <tr id="submenu<?php echo $i; ?>">
  5. <?php } ?>

Saludos.