import v1.1.0_beta1 | 2009-08-21

This commit is contained in:
2019-07-17 22:16:19 +02:00
parent 2c1152f0d3
commit 8dee6b1a10
2306 changed files with 251360 additions and 23428 deletions

View File

@ -16,7 +16,7 @@
* @package Zend_View
* @subpackage Helper
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
* @version $Id: PartialLoop.php 12577 2008-11-12 01:31:34Z sidhighwind $
* @version $Id: PartialLoop.php 13031 2008-12-05 02:40:46Z sidhighwind $
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
@ -82,6 +82,8 @@ class Zend_View_Helper_PartialLoop extends Zend_View_Helper_Partial
}
$content = '';
// reset the counter if it's call again
$this->partialCounter = 0;
foreach ($model as $item) {
// increment the counter variable
$this->partialCounter++;