<!DOCTYPE html> <html> <head><title>Fortunes</title></head> <body> <table> <tr> <th>id</th> <th>message</th> </tr> <?php echo $this->loop('tr.phtml', $this->fortunes); ?> </table> </body> </html>