Home  >  Article  >  Backend Development  >  thinphp volist 遍历输出 到a的链接上用U函数 带参数 实现文章小分类的这个功能?

thinphp volist 遍历输出 到a的链接上用U函数 带参数 实现文章小分类的这个功能?

WBOY
WBOYOriginal
2016-06-23 13:19:15973browse

我怕说不清楚 用的TP3.2.2
代码 模板里的

 <volist name="cate" id="category"><span><a href="{:U('Category/assortment?cateid={$category.id}')}">{$category.categroyname}</a></span> </volist>


主要是这里 ?cateid={$category.id} 不能解析
我这个是实现图片的小分类下的帖子

请问有熟悉TP的大神么  求帮助~ 先谢谢了 

不知道我这样的思路有没有问题  发布图片分类ID直接写进图片信息表里  图片分类的表 是单独定义的 也没弄个分类和信息的关联表了 这样也不知道有没有问题

TP 报错:
:(
syntax error, unexpected '"]); ?>"' (T_CONSTANT_ENCAPSED_STRING), expecting ',' or ';'
错误位置
FILE: D:\wamp\www\apps\Runtime\Cache\Home\04413e880c54d4e5faa7054dbe0160f3.php  LINE: 226
ThinkPHP3.2.3 { Fast & Simple OOP PHP Framework } -- [ WE CAN DO IT JUST THINK ]


回复讨论(解决方案)

把href属性里面的U方法写成死的链接肯定可以。。。。。

单引号不解析变量

Statement:
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