There are roughly three ways to classify unlimited PHP,
1. The database performs unique indexing by setting the parent class ID, and then uses recursive calls of functions to achieve unlimited classification;
2. The database design is arranged in a specific format, and then uses mysql to query the key function: concat. The program implementation is relatively simple;
3. I don’t know much about the third type. It seems that algorithms and data structures are used for arrangement.
Today I will mainly share the second method. I found a lot of information at the beginning and it was indeed difficult to understand. But I finally figured it out, so I wrote down an essay, hoping that this article can help everyone.
There are several key points to note here: 1. The concat function is used in the database query field. If you don’t understand anything, you can google it. 2. The second place mainly uses str_repeat in php to cleverly set spaces. If there are any errors, please email: chenghuiyong1987@gmail.com or leave a message
http://www.bkjia.com/PHPjc/324119.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/324119.htmlTechArticleThere are roughly three methods for unlimited classification in PHP. 1. The database uniquely indexes by setting the parent class ID, and then uses the function Recursive calls to achieve unlimited classification; 2. Database design through specific...
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