Application Programming Interface
Namespace Template
Handles special tags and replaces them with commands of the php interpreter
- See:
- Description
Classes: summary | |
---|---|
TEMPLATE | PHP Template Compiler. |
Namespace Template: Description
Handles special tags and replaces them with commands of the php interpreter.
It is able recursively execute functions and directives:
FOREACH, IF, ELSE, ELSEIF, SWITCH, CASE, BREAK, DEFAULT, INCLUDE, CONTINUE.
There is a possibility of compressing and caching the result.
Completely separated from php code.
Requires PHP 5.4+
It is able recursively execute functions and directives:
FOREACH, IF, ELSE, ELSEIF, SWITCH, CASE, BREAK, DEFAULT, INCLUDE, CONTINUE.
There is a possibility of compressing and caching the result.
Completely separated from php code.
Requires PHP 5.4+