PHP Classes

File: a_dynamic.html

Recommend this page to a friend!
  Classes of Cornel Alexa   ft   a_dynamic.html   Download  
File: a_dynamic.html
Role: Sample output
Content type: text/plain
Description: Template file for test_unit.php
Class: ft
Template engine with nested dynamic blocks
Author: By
Last change: Making accesible to all users without login.
Date: 21 years ago
Size: 258 bytes
 

Contents

Class file image Download
<html> <body> <table width=100 border=1 bgcolor="red"> <tr> <td>{A}</td> </tr> <!-- BEGIN DYNAMIC BLOCK: a_row --> <tr> <td>{B}</td> </tr> <!-- END DYNAMIC BLOCK: a_row --> </table> </body> </html>