Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 58
PHP Script Codes > Template parser
This is a PHP class used for parsing templates. It can resolve different types of tags using a separate resolver class, where each method corresponds to a template tag. Tags can be nested within tags, the innermost tag is resolved first. The tag delimiter characters can be customized.