smarty——display传值有关问题

WBOY
Release: 2016-06-13 12:20:55
Original
1018 people have browsed it

smarty——display传值问题
我现在想从php文件中讲一个数组传到dwt文件中,用smarty传值,但是用display传值就会出现问题,当display放在php的中间,那么php后面的数据都获取不到,如果放在最后,则dwt会编译两次,我估计是因为在我写的smarty之前已经调用过smarty,所以存在缓存,运行时将缓存多读了一遍,但是我用clear清除缓存后,网页是不重复了,但是数据也传不过去了。(无论clear放在那儿)我查了资料,有的说要在includes中新建一个和dwt同名的php文件,在这个同名的文件中传值给dwt,但我试了一下,值还是没办法传过去。还有一点不知道算不算发现的发现,在编译存在重复网页的时候,第一遍没有出现Array的错误提示,但是刷新一遍之后,在最后会出现Array的报错。
------解决思路----------------------
你查看下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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template