Smarty is a PHP template engine developed based on PHP. It provides the separation of logic and external content. Simply put, the purpose is to use the PHP programmer to separate from the artist. The programmer used to change the logic content of the program will not affect the webpage design of the artist, the re-modification of the page by the artist does not affect the program logic, which is particularly evident in projects with multiple partners.
Smarty is a PHP template engine developed based on PHP. It provides the separation of logic and external content. Simply put, the purpose is to use the PHP programmer to separate from the artist. The programmer used to change the logic content of the program will not affect the webpage design of the artist, the re-modification of the page by the artist does not affect the program logic, which is particularly evident in projects with multiple partners.
Smarty is a PHP template engine developed based on PHP. It provides the separation of logic and external content. Simply put, the purpose is to use the PHP programmer to separate from the artist. The programmer used to change the logic content of the program will not affect the webpage design of the artist, the re-modification of the page by the artist does not affect the program logic, which is particularly important in projects with multiple partners.
Smarty 3 is a fully restructured version. Its main features include template inheritance, new compiler (compiler), and tokenizer (tokenizer), especially for PHP5 optimization.
Change log here.
Download it here.