产品分类是不同分类放在不同表中,还是放在一个表中,只需标记分类标记就好了

WBOY
Release: 2016-06-23 13:37:13
Original
1355 people have browsed it

技术大牛们,问个事~

产品分类时是不同分类放在不同表中,还是放在一个表中,只需标记分类标记就好了?~

我这个做的不知道是不是常规的做法,我是用select做了一个选分类的,标记0,1,2这样分类的,然后不同分类进入不同sql放入不同表中了。
后来发现,放在一个表中也可以,只要标记不同,展示的时候也能区分开呀。

初学,献丑了~谢谢!~


回复讨论(解决方案)

可以放到一个表中,分类如果有二级以上的话除了要有level1(一级)lever2(二级)以外,还要注意二级的fid(父级id)=某个一级的id,而一级的fid=0

太感谢了,一般都是这么弄的吧,放在不同表的情况不是分类用到的,是不同的功能用到的,比如用户表、产品表、新闻表。
二级分类恍惚记得是这么弄的~等下试试~

第一次在这里发贴,已经发分了,不知成功了吗~~

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