Added template parser classes.
- The Template class represents a template file, consisting of blocks and variables. - The Node class is used to create a tree structure of the blocks in a template file, and of the data that is mapped on the blocks.
Showing
node.php
0 → 100644
template.php
0 → 100644
tests/test_node.php
0 → 100644
tests/test_template.php
0 → 100644
Please register or sign in to comment