PHP Implements Infinite class classification (recursive method)

Source: Internet
Author: User

What is an infinite class classification?

Infinite class classification is a kind of classification skills, such as departmental organization, article classification, subject classification, etc.

It would be nice to simply interpret it as a classification. In fact, we think about it, the classification of life is simply too much,

Clothes can be divided into men's and women's clothing, can also be divided into tops and trousers, can also be classified according to age.

Classification is everywhere, the classification appears "infinite". I'm not talking about the need for infinite categorization here.

Introduction to the principle of infinite class classification

Infinite classification needs not only the subtlety of code, but also the rationality of database design.

To satisfy an infinite class classification, the database needs to have two required field id,pid.

The ID is used to identify itself, and the PID is used to indicate the parent ID.

That is, each classification record not only describes itself, but also describes another ID that is most closely related to it.

PHP Implements Infinite class classification (recursive method)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.