Development:XML database schema: Difference between revisions
From MoodleDocs
mNo edit summary |
|||
| Line 1: | Line 1: | ||
The goal to this pages is to document, explain and follow the evolution of the integration of Moodle and other RDBS, using the | The goal to this pages is to document, explain and follow the evolution of the integration of Moodle and other RDBS, using the [http://phplens.com/lens/adodb/docs-datadict.htm#xmlschema ADOdb XML Schema] (AXMLS) built over the [http://phplens.com/lens/adodb/docs-datadict.htm ADOdb Data Dictionary] that comes with the [http://phplens.com/adodb/ ADOdb] library, used by Moodle to perform all DB operations since the beginning. | ||
This page is 100% work in progress.. | This page is 100% work in progress.. | ||
Revision as of 17:40, 11 May 2006
The goal to this pages is to document, explain and follow the evolution of the integration of Moodle and other RDBS, using the ADOdb XML Schema (AXMLS) built over the ADOdb Data Dictionary that comes with the ADOdb library, used by Moodle to perform all DB operations since the beginning.
This page is 100% work in progress..
Preliminary Tests
The Roadmap
Useful Links
- XMLDB Preliminary Links: One collection of links about general info, searched and analysed at the initial stages of the project.