On Jul 7, 2008, at 17:45 , Gaetano Giunta wrote:
> Nicolas Pastorino a écrit : >> Hello ! >> >> >> Please find here : http://issues.ez.no/IssueView.php? >> Id=13312&activeItem=1 >> a request for enhancement i filed, about the ezcTree component. The >> subject of this message is self-explanatory, and the RFE is explained >> in details in the issue tracker. >> >> Looking forward to reading feedback about this ! >> I might come with a patch within a few days. >> >> Cheers, >> >> Nicolas >> > If it is for memory-only operation, why not start with the basic > in-memory ezctree and add support for loading and serializing to/ > from xml? ezcTreeXml thinks the tree in XML, and a very little amount of code is to be modified in this class to have a pure memory tree management. All operations on the tree are directly performed on the DOM tree. Basically, the core of ezcTreeXml and the potential future ezcTreeMemoryXml seem much closer to me than ezcTreeMemoryXml and ezcTreeMemory. -- Nicolas -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
