smarty is a template PHP template engine written in PHP. It provides the separation of logic and external content. Simply put, the purpose is to separate PHP programmers from artists. The programmers will not change the logical content of the program. If it affects the artist's page design, the artist's re-modification of the page will not affect the program logic of the program, which is particularly important in multi-person collaboration projects.
Suitable for php mvc development
Expand