Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: XMLDB Documentation.

Development:XMLDB Documentation: Difference between revisions

From MoodleDocs
m (Adding some permlinks...)
Line 16: Line 16:
=== Developing ===
=== Developing ===


* [[XMLDB Architecture]]: One introduction about the XMLDB code, its organisation and style of work.
* [[XMLDB Editor]]: One short manual about the XMLDB Editor, do and don't...
* [[Development:DDL functions|DDL functions]]: One list of the new XMLDB Data Definition functions and their usage.
* [[Development:DDL functions|DDL functions]]: One list of the new XMLDB Data Definition functions and their usage.
* [[Development:DML functions|DML functions]]: One list of the available Data Manipulation functions and their usage.
* [[Development:DML functions|DML functions]]: One list of the available Data Manipulation functions and their usage.

Revision as of 15:56, 28 October 2006

XML database schema > Roadmap > Documenting everything


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.

Installation

Developing

Bugs and new features