» Version | » Information |
---|---|
2012-01-04 beta |
|
2012-01-04 beta |
|
2011-12-10 beta |
|
2009-03-12 beta |
|
2008-03-23 beta |
|
2007-08-11 beta |
|
2007-06-23 beta |
|
2007-06-01 beta |
|
2003-03-17 beta |
|
0.2.3 |
Easy InstallNot sure? Get more info. pear install Tree-0.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.2.3 Release date: 2003-03-11 09:41 UTC Release state: beta Release uploaded by: cain Changelog: * Make switchDataSource work for Memory/Array, this enables you to read the data from any source and switch the source on the run. This writes the data from the current tree into the new source. I.e. you read the data from a DB and write it into an array. Switching from DB to Array makes sense i.e. if you read a tree from the DB, which you want to show (i.e. using HTML_TreeMenu) but therefore you need to set additional properties for each node which you don't want to save in the DB, since they are only for the presentation. Properties for HTML_TreeMenu are i.e. the icon and some events (like 'onClick'). Since you switched the source from DB to Array you can change any data without worrying that they are written into the DB and modify your actual data in the DB. * Bring Memory/Array closer to be fully useable. * getPathAsString() takes two more parameters where you can determine from and offset * getChildrenIds() has a new optional parameter for determining the level * Add getDepth() to determine the maximum depth of the tree * Make setup work with custom data optionally (only relevant for Memory_*) * Show a nicer varDump * add UML class diagram Dependencies:
|
2003-01-30 beta |
|
2002-10-28 beta |
|
2002-10-28 beta |
|
2002-09-30 beta |
|
2002-08-21 beta |
|
2002-08-13 beta |