widgetCounter = 0; foreach ($this->widgets as $widget) { $this->widgetCounter++; print $this->widget($widget); } ?>