Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我听说人们谈论使用模板将视图与逻辑分开的优点。但是如果有人在使用框架,那么视图和逻辑已经分离了。我想知道那些使用过模板的人,他们看到使用它的好处是什么,除了视图和逻辑分离,便于设计人员单独工作,漂亮的代码。
您似乎自己回答了大部分问题,但我可以补充一点,Smarty 还有一个内置的缓存系统,可以将模板“编译”到 php 中以加快渲染速度。