PHP Classes

File: examples/example.tpl

Recommend this page to a friend!
  Classes of Eric Sizemore   Simple Template Engine   examples/example.tpl   Download  
File: examples/example.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Template Engine
Template engine based on text replacement
Author: By
Last change: Update of examples/example.tpl
Date: 2 months ago
Size: 160 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML> <html> <head> <meta http-equiv="content-type" content="text/html" /> <title>{title}</title> </head> <body> <p>{content}</p> </body> </html>