Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

XMLDB Documentation: Difference between revisions

From MoodleDocs
Line 18: Line 18:
* [[DDL functions|DDL functions]]: One list of the new XMLDB Data Definition functions and their usage.
* [[DDL functions|DDL functions]]: One list of the new XMLDB Data Definition functions and their usage.
* [[DML functions|DML functions]]: One list of the available Data Manipulation functions and their usage.
* [[DML functions|DML functions]]: One list of the available Data Manipulation functions and their usage.
* [[XMLDB defining an XML structure|XMLDB Usage]]: Explanation about the XML schema basis, the [[XMLDB defining an XML structure#The_XMLDB_editor|XML editor]] embedded within Moodle, it's [[XMLDB defining an XML structure#Conventions|naming conventions]] and one simple but illustrative [[XMLDB defining an XML structure#One_example:_the__assignment_module|example]].
* [[XMLDB defining an XML structure|XMLDB Usage]]: Explanation about the XML schema basis, the [[XMLDB defining an XML structure#The XMLDB editor|XML editor]] embedded within Moodle, it's [[XMLDB defining an XML structure#Conventions|naming conventions]] and one simple but illustrative [[XMLDB defining an XML structure#One example: the assignment module|example]].
* [[Coding|Coding guidelines]]: The main coding guidelines and, more exactly, the [[Coding#Database structures|database structures section]] that you must follow carefully in order to produce good cross-db code.
* [[Coding|Coding guidelines]]: The main coding guidelines and, more exactly, the [[Coding#Database structures|database structures section]] that you must follow carefully in order to produce good cross-db code.
* [[Database Schema|Database schema]]: Moodle database diagrams in [http://fabforce.net/dbdesigner4/ DBDesigner4] format.
* [[Database Schema|Database schema]]: Moodle database diagrams in [http://fabforce.net/dbdesigner4/ DBDesigner4] format.

Revision as of 16:22, 28 February 2007

XML database schema > 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