PHPnew 7.0 carries out greater updates and structural changes on the original basis, resulting in significant improvements in speed and efficiency. At the same time, it is equipped with commonly used functions and settings for program development, which only needs to be used directly during development. The new version has cache, templates Recompilation and template caching have several major functions. At the same time, for template caching, the new version uses a new definition, that is, when the user does not order it to update, it will always call the cached template without recompiling the template. Data, settings make running 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: Compatible with WIN and Linux hosts.
6: In order to relieve the output pressure, the program is specially designed to remove redundant characters, that is, blank spaces and unintentional carriage returns.
7: Intelligent analysis function, secondary compilation.
8: The directory structure is more suitable for users to quickly manage and develop.
9: Prevent long-term meaningless update function.
10: The newly compiled files are centralized and unique, making it easier to update and manage collectively.
Expand