Ciclo parcial en Zend?
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
#4
Zend_Registy::set('PartialCount', count($iterable)); $this->partialLoop($script,$iterable);
y luego en tu vista colocas lo siguiente para obtener el número del elemento:
$cuenta = Zend_Registy::get('PartialCount');