Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

PHP MySql:Print Tree - Parent Child Checkbox

Sử dụng đệ quy! Lưu ý:đoạn mã dưới đây không an toàn cho đồ thị tuần hoàn (các nút có thể không phải là tổ tiên của chúng)!

printChildren($items,0);
function printChildren(array $items, $parentId){
    foreach($items as $item){
        if($item['parent']==$parentId){
            print '<li>';
            print $item['label']; //or whatever you want about the current node
            print '<ul>';
            printChildren($items, $item['id']);
            print '</ul></li>';
        }
    }
}



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Truy vấn SELECT trả về 1 hàng từ mỗi nhóm

  2. Chuyển từ bản sao truyền thống sang GTID

  3. Lỗi MySql 150 - Khóa ngoại

  4. Kết nối Sequel Pro và MySQL không thành công

  5. Truy vấn tìm kiếm nhiều thẻ