PHP Template Class

06 March 2004



Click here to download


My template class was written in March 2004. It essentially allows parsable template fields to be embedded within templates. A second parse is then made that evaluates and executes all php within the class. Note that it cannot presently evaluate php structures that exist with the php interpreter being closed and then reopened. Note also that parsable fields are denoted by [%fieldname%] tags, where fields name corresponds to a database table name.