<?php /** * @author voker * @copyright 2012 */ require_once('lib/tpl.class.php'); define("TMP_DIR","/tmp.class/templates"); $t = new tpl("class"); $TITLE = "hi dude"; $t->content('exp'); ?>
info at phpclasses dot org