Here is my issue:
I am building apps and I want them to be as multi platform/database/storage adaptable as possable.
I have decided to use PEAR for DB abstraction.
My Goal:
To store the database/table schemas in a way that is usable to as many DB's as PEAR supports; plus XML.
Any suggestions?
Case in point:
For instalation, the admin user should have the option to select data storage method, and have tables/databases automaticaly created based on what already exists.
Or if they decide to use XML, then the appropriate XML files with the same structure will be created.