[default] element index

All elements
a c d e f g i m n p s u
a
top
assign
FastTemplate::assign() in cls_fast_template.php
Assign variables
assign_from_array
FastTemplate::assign_from_array() in cls_fast_template.php
assign template variables with the same names from array by specfied keys
c
top
clear
FastTemplate::clear() in cls_fast_template.php
Clears the internal references that store data passed to parse().
clear_all
FastTemplate::clear_all() in cls_fast_template.php
Cleans the module of any data, except for the ROOT directory.
clear_assign
FastTemplate::clear_assign() in cls_fast_template.php
Clears all variables set by assign()
clear_define
FastTemplate::clear_define() in cls_fast_template.php
Clears the internal list that stores data passed to:
clear_dynamic
FastTemplate::clear_dynamic() in cls_fast_template.php
Strips a dynamic block from a template.
clear_href
FastTemplate::clear_href() in cls_fast_template.php
Removes a given reference from the list of refs that is built using:
clear_parse
FastTemplate::clear_parse() in cls_fast_template.php
Does the same thing as the clear() function
clear_tpl
FastTemplate::clear_tpl() in cls_fast_template.php
Clears the internal array that stores the contents of the templates (if they have been loaded)
cls_fast_template.php
cls_fast_template.php in cls_fast_template.php
d
top
define
FastTemplate::define() in cls_fast_template.php
The method define() maps a template filename to a (usually shorter) name;
define_dynamic
FastTemplate::define_dynamic() in cls_fast_template.php
You can define dynamic content within a static template.
DELETE_CACHE
FastTemplate::DELETE_CACHE() in cls_fast_template.php
Try to delete used cached files.
e
top
error
FastTemplate::error() in cls_fast_template.php
Put an error message and stop (if requested)
f
top
FastPrint
FastTemplate::FastPrint() in cls_fast_template.php
Prints parsed template
FastTemplate
FastTemplate::FastTemplate() in cls_fast_template.php
Constructor.
FastTemplate
FastTemplate in cls_fast_template.php
The
  1. FastTemplate
class provides easy and quite fast template handling functionality.
FastWrite
FastTemplate::FastWrite() in cls_fast_template.php
Output the HTML-Code to a file.
fetch
FastTemplate::fetch() in cls_fast_template.php
Returns the raw data from a parsed handle.
g
top
get_assigned
FastTemplate::get_assigned() in cls_fast_template.php
Return the value of an assigned variable.
get_root
FastTemplate::get_root() in cls_fast_template.php
Return value of ROOT templates directory
get_template
FastTemplate::get_template() in cls_fast_template.php
Grabs a template from the root dir and
i
top
is_safe
FastTemplate::is_safe() in cls_fast_template.php
A quick check of the template file before reading it.
m
top
multiple_assign
FastTemplate::multiple_assign() in cls_fast_template.php
Pattern Assign
multiple_assign_define
Same as multiple_assign(), but for constants (defines)
n
top
no_strict
FastTemplate::no_strict() in cls_fast_template.php
Turns off warning messages about unresolved template variables.
p
top
parse
FastTemplate::parse() in cls_fast_template.php
This is the main function in FastTemplate
parseParamString
FastTemplate::parseParamString() in cls_fast_template.php
Parse param string and replace simple variable
parse_and_return
FastTemplate::parse_and_return() in cls_fast_template.php
Parse template & return it
s
top
set_root
FastTemplate::set_root() in cls_fast_template.php
Sets template root All templates will be loaded from this "root" directory Can be changed in mid-process by re-calling with a new value.
showDebugInfo
FastTemplate::showDebugInfo() in cls_fast_template.php
Prints debug info into console
show_unknowns
FastTemplate::show_unknowns() in cls_fast_template.php
Prints the warnings for unresolved variable references
strict
FastTemplate::strict() in cls_fast_template.php
Enable strict templeate checking
u
top
USE_CACHE
FastTemplate::USE_CACHE() in cls_fast_template.php
Try to use cached files.
a c d e f g i m n p s u