关键字 Smarty Template
……
And remember: the point of template engines should be to separate your business logic from your presentation logic, not to separate your PHP code from your HTML code.
并且记住:模板引擎的要点是把你的业务逻辑从你的表现逻辑中分离出来,而不是把你的PHP代码从HTML代码中分离出来。
……
摘自原文:
Beyond The Template Engine
超越模板引擎