Home > Backend Development > PHP Tutorial > 如何样把模板与框架结合

如何样把模板与框架结合

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 13:28:05
Original
849 people have browsed it

怎么样把模板与框架结合?
在建站时,我都是用smarty来写网站,现在为了加快速度,需要使用框架,但是我刚刚出来工作,没用过框架方法,求指教!!怎么样把模板与框架结合?

------解决方案--------------------
模板就是view,框架就是为了划分出view,随便用什么模板做view
------解决方案--------------------

探讨

不冲突就是说是套用它的代码块来使用?

------解决方案--------------------
大多数框架都支持使用自定义模板引擎,设置一下就可以了
或许你将要使用的框架就是使用 smarty 作为默认的模板引擎也未可知
------解决方案--------------------
探讨

引用:
引用:

不冲突就是说是套用它的代码块来使用?

smarty的模板只是接受变量的,不管你用什么方法,只要变量是正确的值就行啊,那样就可以正确显示了


那框架式怎么样一个形式?我之前没接触过框架呢
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
Latest Issues
smarty turns on caching garbled characters
From 1970-01-01 08:00:00
0
0
0
Why does tp use smarty template? ?
From 1970-01-01 08:00:00
0
0
0
How do you use smarty to integrate laravel5?
From 1970-01-01 08:00:00
0
0
0
Two ways to install smarty
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template