PHP Classes

File: example.php

Recommend this page to a friend!
  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: 20 years ago
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();
?>