Download List

Projeto Descrição

The PHP-Tree Class offers methods that make it easy to work with trees. The
tree data can be read/written from/to XML (files) or a database. The class is
PEAR based. It allows a user to navigate through a tree and modify it.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-11 12:00
0.2.3

switchDataSource agora trabalha para a memória / Array, permitindo que os dados sejam lidos a partir de qualquer fonte e para a fonte para ser ligada a correr. Memória / Array está agora mais perto de ser plenamente utilizáveis. O método getPathAsString (), agora leva 'de' e 'offset' parâmetros e getChildrenIds () agora tem um parâmetro opcional para determinar o nível. getDepth () foi adicionado para a determinação da profundidade máxima da árvore. Uma agradável varDump é fornecido, e um diagrama de classe UML foi adicionado.
switchDataSource now works for Memory/Array, allowing data to be read from any source and for the source to be switched on the run. Memory/Array is now closer to being fully usable. The getPathAsString() method now takes 'from' and 'offset' parameters, and getChildrenIds() now has an optional parameter for determining the level. getDepth() was added for determining the maximum depth of the tree. A nicer varDump is provided, and a UML class diagram was added.

2003-02-15 06:11
0.2.2

Problemas com E_ALL e CS foram corrigidos, e os getChildren () método foi aprimorado para que as crianças há mais de um nível. TreeView e TreeEditor agora funcionam corretamente com as novas versões do PHP, e da classe foi incluída no PEAR.
Tags: Minor feature enhancements
Issues with E_ALL and CS were fixed, and the getChildren() method was enhanced to get children for more than one level. TreeView and TreeEditor now work properly with new PHP versions, and the class has been included in PEAR.

2002-03-19 02:59
0.4.1

Tudo foi reestruturado. Melhores exemplos foram adicionados.
Tags: Major feature enhancements
Everything has been restructured. Better examples have been added.

2002-01-22 17:37
0.4

Tags: Initial freshmeat announcement

Project Resources