Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: XMLDB Documentation.

Development:XMLDB Documentation: Difference between revisions

From MoodleDocs
m (→‎Developing: Typo (it's -> its))
m (cat edit)
Line 36: Line 36:
* [[Development:XMLDB key and index naming|DB key and index naming]] - Some info about automatic naming of keys/indexes and other objects.
* [[Development:XMLDB key and index naming|DB key and index naming]] - Some info about automatic naming of keys/indexes and other objects.
* [[Development:XMLDB reserved words|DB reserved words]] - A collection of reserver words inside each RDBMS
* [[Development:XMLDB reserved words|DB reserved words]] - A collection of reserver words inside each RDBMS


[[Category:XMLDB]]
[[Category:XMLDB]]
[[Category:Developer]]
[[Category:Installation]]
[[Category:Installation]]

Revision as of 10:13, 18 June 2007


XMLDB is Moodle's database abstraction layer. That is, the library of code that lets moodle interact with and access the database.

In this page you will find links to all the XMLDB related documentation. Currently you will find documents both belonging to the XMLDB category and to the general Developer and Installation categories plus some interesting external links.

Introduction

  • Introduction: Where the general idea of the XMLDB whole thing is explained.
  • Roadmap: An overall view of the process of implementing the XMLDB subsystem, with details for each point of the process.
  • Problems: A comprensive list of issues that need to be determined/solved prior to incorporate them to the roadmap.

Installation

Developing

Bugs and new features

See also