table.phtml 209 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head><title>Fortunes</title></head>
  4. <body>
  5. <table>
  6. <tr>
  7. <th>id</th>
  8. <th>message</th>
  9. </tr>
  10. <?php echo $this->loop('tr.phtml', $this->fortunes); ?>
  11. </table>
  12. </body>
  13. </html>