Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use json data to make the product classification menu of the mall

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to use json data to make the mall product classification menu", the content of the article is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "how to use json data to make the mall product classification menu" bar!

Database

Let's first look at the design of a simple database table. It mainly involves a classification table, which contains four fields cat_id,name,parent,media.

CREATE TABLE `categories` (`cat_ id` int (11) NOT NULL AUTO_INCREMENT, `name` varchar (150), `parent` int (11), `media` varchar (100), PRIMARY KEY (`mediaid`))

The data storage for the categories and subcategories in the data table categories is similar to the following format.

Commodity classification table data format

Categories.php

This file is mainly responsible for generating json data from the categories table for the foreground to display the classification menu.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report