Revision 1f3b8a6e9a5d52930e476d5348106e9337646890

Committed on 21/08/2007 5:43 am by Derick Rethans <[email protected]> [GitHub Diff]

- Implemented different ID prefix support for ezcXmlTree - the default
prefix is still "id".
- Changed class structure with datastores so that they implement (multiple)
interfaces instead of extending a class. This allows data stores of a different
type that backends to be used together. For example this makes it possible
to store the tree structure in an XML file and still use a database based
backend to store the real data in.