Templates: Template Generation
larry bird (contact me)
This class is a simple template engine based on replacing regular expressions.
It reads template files using the PHP include function to make any PHP in the template file be executed. Then it searches the resulting included file for template placeholders.
It uses regular expressions to match each of the input parameters. The placeholders that are found are replaced by the respective parameter values.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Not sure (58.3%)
| Sufficient (75.0%)
| -
| Good (87.5%)
| -
| -
| Not sure (45.4%)
| 1478 |
Click here for detailed information about this class on phpclasses.org