Home  >  Article  >  php教程  >  thinkphp3.1无限级分类模块的设计

thinkphp3.1无限级分类模块的设计

WBOY
WBOYOriginal
2016-06-07 17:23:541043browse

 实现无限级分类一般只用一个数据表,通常可通过递归和非递归两种方法来实现。递归方法必须使用递归调用方式才能进行数据遍历,删除等操作,所以需要发送多次查询数据库语句,非常影响执行效率。那么非递归该怎样来实现无限分类呢?简单来说可用一张表四个字段和一条语句来实现。

1、一张表四个字段

DROP TABLE IF EXISTS `wb
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