Introduction - If you have any usage issues, please Google them yourself
Smarty is a template engine for php project development. To be precise, it implements the separation of program and interface. Therefore, the programmer can change the logic without having to rebuild the template template. The designer can change the template without affecting the logic.