PHP Classes

File: MAINTAINERS

Recommend this page to a friend!
  Classes of Valics Lehel   Fast Template   MAINTAINERS   Download  
File: MAINTAINERS
Role: Auxiliary data
Content type: text/plain
Description: Maintainers names
Class: Fast Template
Updated revision of CDI Fast Template engine
Author: By
Last change:
Date: 17 years ago
Size: 1,703 bytes
 

Contents

Class file image Download
Voituk Vadim [email protected] -- Fixed bug on calculation conditon to removing all unassigned template variables and added support for accessing object fields in template (using get() method of the object) like {Object.field} Alex Tonkov [email protected] -- Added define blocs which parsed in condition with defining some specified parse variable -- Added include block which include another template by statement (like SSI do) <!--#include file="include2.html"--> It is usefull if you have several different templates for different parts of page and you dont need to write any php code to gather all "blocks" of the page Also is very helpfull from designer point of view, he will see in a visual editor te result. AiK [email protected] -- more strict dynamic templates handling, including "silently removing" of unassigned dynamic blocks -- showDebugInfo() method that print into html conole some debug info Allyson Francisco de Paula Reis [email protected] -- Cache functions added Wilfried Trinkl - [email protected] -- added Fast Write function GraFX [email protected] -- used str_replace instead of ereg_replace, this latest is not installed on a lot of servers and give out error. -- added Pattern Assign - when variables or constants are the same as the template keys, these functions may be used as they are. Using these functions, can help you reduce the number of the assign functions in the php files, very useful for language files -- get_magic_quotes_gpc() problem on some servers are fixed. Seems that some servers not read magic quotes correcttly and template files are messed up. If we missed someone, just drop us a mail.