Inheritance diagram for HiEngine:
Collaboration diagram for HiEngine:Public Member Functions | |
| __construct () | |
| display ($template) | |
The HiEngine is a subclass of the RawPHPEngine class which is intended for those theme designers who want to use simple {hi:*} tags four output instead of PHP
To use this engine, specify "hiengine" in the theme.xml of a theme.
This engine behaves exactly like RawPHPEngine after the template tags are processed, so if an existing RawPHPEngine template is switched to HiEngine, it should still run without issue.
Definition at line 21 of file hiengine.php.
| HiEngine::__construct | ( | ) |
Constructor for HiEngine
Sets up the stream protocol handler
Reimplemented from RawPHPEngine.
Definition at line 28 of file hiengine.php.
| HiEngine::display | ( | $ | template | ) |
A function which outputs the result of a transposed template to the output stream
| template | $ Name of template to display |
Reimplemented from RawPHPEngine.
Definition at line 43 of file hiengine.php.
1.7.1