Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 270 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 270 Bytes

说明

利用引用和递归特性来进行开发的一个高性能的php语言生成树的类库,拥有排序、路径、任意子树等功能。具体参考示例文件,开箱即用。

文件

  1. Tree.class.php - 这是类库文件
  2. example.php - 使用示例