products.phtml
- Code: Select all
<?php echo $this->partialLoop('partials/product', $this->products); ?>
product.phtml
- Code: Select all
<?php var_dump($this->partialCounter); ?>
Keeps coming back NULL. According to http://framework.zend.com/manual/2.0/en ... lpers.html there should be a variable there to hold the index value.

