Télécharger la liste

Description du projet

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.

Système requise

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 travaille maintenant pour mémoire / Array, permettant aux données d'être lues à partir de n'importe quelle source et la source pour être mis en fuite. Mémoire / Array est maintenant plus proche de l'être pleinement utilisable. Le getPathAsString () prend maintenant la méthode «du» et «compenser» les paramètres et les getChildrenIds () a désormais un paramètre facultatif pour déterminer le niveau. getDepth () a été ajouté pour déterminer la profondeur maximale de l'arbre. Un varDump plus agréable est fourni, et un diagramme de classes UML a été ajouté.
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

Problèmes avec E_ALL et CS ont été corrigés, et le getChildren () méthode a été améliorée pour obtenir des enfants depuis plus d'un niveau. TreeView et TreeEditor fonctionnent à présent correctement avec les nouvelles versions de PHP et la classe a été inclus dans 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

Tout a été restructuré. De meilleurs exemples ont été ajoutés.
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