Home > Backend Development > PHP Tutorial > php的三联菜单解决思路

php的三联菜单解决思路

WBOY
Release: 2016-06-13 10:09:55
Original
853 people have browsed it

php的三联菜单
菜单一
 |
 |——子菜单1
 | |
 | |——内容1
 | |
 | |——内容2
 |
 |
 |
 |——子菜单2
 | |
 | |——内容1
 | |
 | |——内容2
菜单二
 |
 |——子菜单1
 | |
 | |——内容1
 | |
 | |——内容2
 |
 |
 |
 |——子菜单2
 | |
 | |——内容1
 | |
 | |——内容2


要做的是一个表单如上图所示,菜单名称和内容都能从数据库中调用出来。
只提交选择的内容。
请问各位大大,有什么办法可以实现?

------解决方案--------------------
无限分类。
可以百度搜索下
------解决方案--------------------
使用子父表,然后利用递归来循环,可以实现无限级树

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