, partialLoop . , myTableRow.phtml APPLICATION_PATH/views/scripts/_partials/ :
<tr>
<td> <?php echo $this->id; ?> </td>
<td> <?php echo $this->escape($this->firstname); ?> </td>
<td> <?php echo $this->escape($this->lastname); ?> </td>
<td> <?php echo $this->escape($this->location); ?> </td>
</tr>
index.phtml :
<table>
<tr>
<th>id </th>
<th>FirstName </th>
<th>LastName </th>
<th>Locaion </th>
</tr>
<?php echo $this->partialLoop('_partials/myTableRow.phtml', $this->show); ?>
</table>
, , , .
$this->data->render();, IMHO, . , . , ZF, , , MVC. MVC , . $this->data->render(), .