ZF-2743: partialLoop.phtml example incorrect
Description
Let's assume the following partial view script:
<? // partialLoop.phtml ?>
<?= $key ?> <?= $value ?>In order for me to get this script to work $key and $value need to be $this->key and $this->value.
<?= $this->key ?> <?= $this->value ?>
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-03-06T09:54:20.000+0000
Scheduling for 1.5.0RC2