关于smarty模版引擎互用的一点有关问题

WBOY
Release: 2016-06-13 11:09:20
Original
776 people have browsed it

关于smarty模版引擎互用的一点问题
刚刚学习smarty,对模版引擎互用性的一点疑问.
自己表达不行就画了2张图来表达我的意思.
首页模版写好应该是下面这个样子的:

然后,我就给模版分配数据,这个页面就算写完了.
然后是文章模版:

然后我还是对模版分配数据.
这时候,既然都是分配数据,我给排行榜那个部分分配了两次,而且,我想变化的只有,文章列表和文章内容那部分的内容,但一个模版实现不了,我就得写两个模版,写两个模版就得给排行榜那个部分分配两次.这很浪费,这有什么方法能解决?恳请大神帮助...
------解决方案--------------------
你可以将右边的内容放入一个公共页面中,两个模板分别include进来即可。
------解决方案--------------------
浪费了吗?一点都没浪费!
你还在看列表也得时候(模板1),我却在看文章页(模板2)
拿到排行榜只给你看而不给我看吗?
------解决方案--------------------
楼主太节省了吧...我感觉太用太多类似的对用户体验不太好吧

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