Smarty 这样的模板技术还有人在用吗?

WBOY
Release: 2016-06-06 20:47:42
Original
1662 people have browsed it

Smarty 这样的模板技术还有人在用吗?

或者大家都有其他更好的?

========================================================
感谢各位的精彩回答

个人愚见
学习一种新的模板语法. 会增加团队的学习成本.
Smarty 当初几乎是很多php招聘的标配. 会的人比较多, 学习成本会低点.
...

回复内容:

Smarty 这样的模板技术还有人在用吗?

或者大家都有其他更好的?

========================================================
感谢各位的精彩回答

个人愚见
学习一种新的模板语法. 会增加团队的学习成本.
Smarty 当初几乎是很多php招聘的标配. 会的人比较多, 学习成本会低点.
...

用不用模板引擎,这取决于团队的喜好。没错,就是团队的喜好,模板引擎的支持派和反对派都能给你列出一堆用或者不用的理由,谁也别想说服谁。

如果选择不用模板引擎,就用流程控制的替代语法。

如果打算用模板引擎,可以考虑酷一些的模板引擎,如twig。

死都不用Smarty
程序和模板分离 肯定是要的。
现在大部分框架都自带模板引擎。
或者 你可以看看这个 http://www.tmdphp.com/

模板太多,一个模板一个语法,还不如直接上php代码

直接写php输出内容 这些高效又省心

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template