php+mysql三级分类,李文凯thinkphp无限级分类
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php+mysql三级分类,李文凯thinkphp无限级分类相关的知识,希望对你有一定的参考价值。
是按照李文凯thinkphp无限级分类实现的数据库结构如下:
遍历到模板
<div class="item fore " onMouseOver="this.className='item fore hover '" onmouseout="this.className='item fore '"><span class="icon1"><h3><a href="category.php?id=9">这里是顶级分类</a></h3><s></s></span>
<div class=i-mc>
<div class=subitem>
<dl class=fore>
<dt><a href="category.php?id=214">这里是二级分类</a></dt>
<dd>
<em><a href="category.php?id=215">这里是三级分类</a></em>
<em><a href="category.php?id=216">这里是三级分类</a></em>
</dd>
</dl>
<dl class=fore>
<dt><a href="category.php?id=232">这里是二级分类</a></dt>
<dd>
<em><a href="category.php?id=521">这里是三级分类</a></em>
<em><a href="category.php?id=522">这里是三级分类</a></em></dd>
</dl>
<dl class=fore>
<dt><a href="category.php?id=232">这里是二级分类</a></dt>
<dd>
<em><a href="category.php?id=521">这里是三级分类</a></em>
<em><a href="category.php?id=522">这里是三级分类</a></em>
<em><a href="category.php?id=215">这里是三级分类</a></em>
<em><a href="category.php?id=216">这里是三级分类</a></em>
<em><a href="category.php?id=215">这里是三级分类</a></em>
<em><a href="category.php?id=216">这里是三级分类</a></em>
<em><a href="category.php?id=215">这里是三级分类</a></em>
<em><a href="category.php?id=216">这里是三级分类</a></em>
<em><a href="category.php?id=215">这里是三级分类</a></em>
<em><a href="category.php?id=216">这里是三级分类</a></em>
<em><a href="category.php?id=215">这里是三级分类</a></em>
<em><a href="category.php?id=216">这里是三级分类</a></em>
<em><a href="category.php?id=215">这里是三级分类</a></em>
<em><a href="category.php?id=216">这里是三级分类</a></em>
<em><a href="category.php?id=215">这里是三级分类</a></em>
<em><a href="category.php?id=216">这里是三级分类</a></em>
</dd>
</dl>
</div>
</div>
</div>
怎样读取数据到模板,模板像京东的全部商品分类那样。我上面有模板代码
追答很久以前看过的了,现在一时哪想的起来,你把那个视频从头到尾做一遍啊,
以上是关于php+mysql三级分类,李文凯thinkphp无限级分类的主要内容,如果未能解决你的问题,请参考以下文章