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 PHP to realize Table display Infinite level Classification

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces how to use PHP to show unlimited classification of tables. It is very detailed and has a certain reference value. Friends who are interested must read it!

TreeTable achieves an infinite level and can better show the hierarchical architecture by merging rows and columns of cells.

1. Build an array of ID/PID/NAME, which can later generate dynamic data through the database. For Tree algorithm, please click

The copy code is as follows:

Array (

* 1 = > array ('id'= >' 1 column 1')

* 2 = > array ('id'= >' 2 minutes parentidhands = > 0 minutes names = > 'first column two')

* 3 = > array ('id'= >' 3 minutes parentidhands = > 1 minute columns = > 2 column 1')

* 4 = > array ('id'= >' 4 minutes parentidhands = > 1 minefield names = > 'column 2')

* 5 = > array ('id'= >' 5 minutes and parentidholders = > 2 minutes names = > 2 column 3')

* 6 = > array ('id'= >' 6 minutes and parentidholders = > 3 minutes names = > 3 columns 1')

* 7 = > array ('id'= >' 7thecontrolling parentidhands = > 3memorialnames = > 'third-tier column two')

*)

two。 Import the TreeTable class library.

The copy code is as follows:

Import ('@ .ORG.Util.TableTree'); / / Thinkphp import method

3. Generate TreeTable HTML code

The copy code is as follows:

$treeTable- > init ($treearr)

Echo $treeTable- > get_treetable ()

Note: get_treetable () only produces the table body department, please build it yourself.

Complete code

The copy code is as follows:

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