summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views/scripts/index/index.phtml
blob: 2e93bda015ee8141778fa285557d29f60a42d8a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
<table>
<?php foreach($this->entries as $entry):?>
<tr>
	<td><?php echo $entry->getID();?></td>
	<td><?php echo $entry->getTitle();?></td>
	<td>take this</td>
</tr>
<?php endforeach; ?>
</table>