PHP Template Compiler v1.0
Application Programming Interface

Namespaces

Classes

_ C E G P R S T V
_
construct Method of class Template \ TEMPLATE Class constructor.
_case Method of class Template \ TEMPLATE Transforms the CASE structure in php code.
_foreach Method of class Template \ TEMPLATE Trasnforms the FOREACH structure in php code.
_if Method of class Template \ TEMPLATE Transforms the IF structure in php code.
_switch Method of class Template \ TEMPLATE Transforms the SWITCH structure in php code.
C
compact Method of class Template \ TEMPLATE Compacts compiled template.
createVar Method of class Template \ TEMPLATE Creates variable.
E
error Method of class Template \ TEMPLATE Shows an error message.
G
getFromCache Method of class Template \ TEMPLATE Gets a data from the cache.
getTemplate Method of class Template \ TEMPLATE Reads template.
P
parse Method of class Template \ TEMPLATE Parses the template file.
parseLine Method of class Template \ TEMPLATE Parses a line of code.
R
randomString Method of class Template \ TEMPLATE Generates random string.
S
set Method of class Template \ TEMPLATE Sets variables (plain or array) for the template.
T
TEMPLATE Class in namespace Template PHP Template Compiler.
toCache Method of class Template \ TEMPLATE Places the compiled data into cache.
translate Method of class Template \ TEMPLATE Localization.
V
value Method of class Template \ TEMPLATE Replaces constants and global variables with their values.