YimonTemplate 1.3 ASP template engine is equipped with common functions and settings for program development. You only need to use them directly during development. It has several major functions such as caching, template rewriting, and template caching. At the same time, when the user does not order it to be updated, It will always call the cached template without recompiling the template data. This setting makes the running speed faster and more user-friendly.
Function description:
1: Separate templates from programs and cache template files.
2: Humanized update and recompile template.
3: Support long and short label selection settings, compatible with general servers.
4: Customize the template file suffix (including internal reference templates).
5: In order to relieve the output pressure, the program is specially designed to remove redundant characters, that is, blank spaces and unintentional carriage returns.
6: Intelligent analysis function, secondary compilation.
7: The directory structure is more suitable for users to quickly manage and develop.
8: Prevent long-term meaningless update function.
9: The newly compiled files are centralized and unique, making it easier to update and manage collectively.
2011-01-22 V1.3 update instructions:
1. Add parsing of utf-8 encoding templates.
2. Modify grammar rules bug.