Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Iwo Panowicz  >  Simple Template  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Simple example
Class: Simple Template
Simple template engine based on text replacement
Author: By
Last change:
Date: 2004-06-22 03:34
Size: 205 bytes
 

Contents

Class file image Download
<?PHP
require("class.source.file.php");
$temp = new template;
if(
$temp->chckfile("Something")) print"OK"; else print"We have a problem!:)";
$temp->AddV("olelellelele"".DUPA.");
$temp->Display();
?>