Package pear-Tree: Information

    Source package: pear-Tree
    Version: 0.3.3-alt1
    Build time:  Jun 20, 2008, 03:47 AM
    Report package bug
    License: PHP License
    Summary: Generic tree management, currently supports DB and XML as data sources
    Description: 
    Provides methods to read and manipulate trees, which are stored in the DB
    or an XML file. The trees can be stored in the DB either as nested trees.
    Or as simple trees ('brain dead method'), which use parentId-like
    structure.
    Currently XML data can only be read from a file and accessed.
    The package offers a big number of methods to access and manipulate trees.
    For example methods like: getRoot, getChild[ren[Ids]], getParent[s[Ids]],
    getPath[ById] and many more.
    
    There are two ways of retreiving the data from the place where they
    are stored, one is by reading the entire tree into the memory - the
    Memory way. The other is reading the tree nodes as needed (very useful
    in combination with huge trees and the nested set model).  The package
    is designed that way that it is possible to convert/copy tree data from
    either structure to another (from XML into DB).

    List of rpms provided by this srpm:
    pear-Tree (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov


      1. rpm-build-pear
      2. pear-core

    Last changed


    June 20, 2008 Vitaly Lipatov 0.3.3-alt1
    - new version 0.3.3 (with rpmrb script)
    Jan. 10, 2008 Vitaly Lipatov 0.3.2-alt2
    - update according to rpm-build-pear 0.3
    Jan. 9, 2008 Vitaly Lipatov 0.3.2-alt1
    - initial build for ALT Linux Sisyphus