Home > Backend Development > PHP Tutorial > php smarty模版有什么作用?

php smarty模版有什么作用?

WBOY
Release: 2016-06-06 20:18:11
Original
1655 people have browsed it

网上看到的是前后端分离,方便前端套数据,但是我感觉是smarty的语法较复杂,没有php的基础语法简单,感觉直接写php还更简单些,不知道使用smarty有哪些作用?

回复内容:

网上看到的是前后端分离,方便前端套数据,但是我感觉是smarty的语法较复杂,没有php的基础语法简单,感觉直接写php还更简单些,不知道使用smarty有哪些作用?

如果你是学习的话,可以用用,但实际生产中很少有人使用。

优秀的php框架有很多,比如Laravel、CodeIgniter、Yii等,你可以学学这些。

有用!!!!

写完的代码更好看了……

smarty这些所有的模板,理论上只是方便开发以及安全过滤,但是程序需要额外的解析编译,效率会比原生的php嵌套慢

模板的功能都是前后端分离,推荐Twig模板代替Smarty。如果非常在意性能,也可以用ob_**()函数做个简单的模板功能。

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