| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of shahnur (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class implements template engine that uses regular expressions to search and replace template placeholder. It searches for placeholder tags that start and end with # character and have the placeholder name prefixed with $. The class replaces placeholders by values previously assigned before processing the template. It also supports iterating over sections when the template variable values are arrays with the different values that should be used to process repeatedly the same section. |
| ||||
| This class implements a template engine that uses PHP scripts as templates. It can assign multiple template variables that are assigned as local variables before processing the template scripts. The class includes the template script that is executed with the template variables already assigned. The template script output is captured into the PHP output buffer to be returned as a template processing result string. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |